Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: base class
Pocket PC: custom RAPI class for operating with files and folders on mobile device
PocketPC: custom RAPI class for executing routines on remote Windows CE device
BOOL CeCloseHandle(
HANDLE hObject
);
DECLARE INTEGER CeCloseHandle IN rapi;
INTEGER hObject
hObject [in] Handle to an open object.
Nonzero indicates success.
Use CeCloseHandle to close handles returned by calls to the CeCreateFile function. Use CeFindClose to close handles returned by calls to the CeFindFirstFile function.