Desktop Functions: Smart Device Functions:
|
Search Results for "FindClose" in [All]rapi1: CeFindClose
static extern bool CeFindClose(int hFindFile);
Declare Function CeFindClose Lib "rapi.dll" (hFindFile As Integer) As Boolean
CeFindClose(hResult); coredll
static extern TODO CeFindCloseRegChange(TODO);
Private Shared Function CeFindCloseRegChange(ByVal hChangeHandle As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean kernel324: FindClose
FindClose(hFile);
FindClose(hFile); |