Desktop Functions: Smart Device Functions:
|
CeFindFirstFile (rapi)
rapi is for smart devices, not desktop Windows. Therefore, this information only applies to code using the .NET Compact Framework. To see if information for CeFindFirstFile in other DLLs exists, click on Find References to the right. C# Signature:
[DllImport("rapi.dll", CharSet=CharSet.Unicode)] VB.Net Signature
<DllImport("rapi.dll", CharSet:=CharSet.Unicode, SetLastError:=True)> User-Defined Types:CE_FIND_DATA structure info at http://msdn.microsoft.com/en-us/library/aa917196.aspx Notes:Function info on msdn at http://msdn.microsoft.com/en-us/library/aa917424.aspx CE_FIND_DATA structure info at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceobjst/html/cerefWIN32_FIND_DATA.asp Tips & Tricks:Please add some! Notes:function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeFindFirstFileRAPI.asp Sample Code:
CE_FIND_DATA findData = new CE_FIND_DATA(); Alternative Managed API:Tips & Tricks:Please add some! Sample Code:
CE_FIND_DATA findData = new CE_FIND_DATA(); Alternative Managed API:Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|