Desktop Functions: Smart Device Functions:
|
CeRapiInit (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 CeRapiInit in other DLLs exists, click on Find References to the right. Check out the formatting tips on the right for help formatting and making links. Use the template below then delete this header: C# Signature:
[DllImport("rapi.dll")] User-Defined Types:
[StructLayout(LayoutKind.Sequential)] Notes:HRESULT translates to void (NOT int or anything else some idiot has written down) for c# function prototypes. Any HRESULT other than "OK" will cause the runtime to throw an exception. function info on msdn at http://msdn.microsoft.com/en-us/library/aa458381.aspx Tips & Tricks:Please add some! Sample Code:
RAPIINIT r = new RAPIINIT(); Alternative Managed API:C# Signature:
[DllImport("rapi.dll")] User-Defined Types:None. Notes:function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeRapiInit.asp Tips & Tricks:Please add some! Sample Code:Please add some! 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). |
|