CeCloseHandle (rapi)
Last changed: ROM-83.157.96.169

.
Summary
This function closes an open object handle.

C# Signature:

[DllImport("rapi.dll")]
public static extern int CeCloseHandle(int hObject);

User-Defined Types:

None.

Notes:

function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeCloseHandleRAPI.asp

Tips & Tricks:

RAPI is for smart devices but it exists on the desktop and is used to talk to smart devices. Therefore, these functions would be in desktop .net

code, not .net CF.

Sample Code:

Please add some!

Alternative Managed API:

Documentation