.
static extern bool CeFindClose(int hFindFile);
.
Declare Function CeFindClose Lib "rapi.dll" (hFindFile As Integer) As Boolean
.
.
The FindCloseChangeNotification API
3/16/2007 7:52:20 AM - anonymous
.
static extern bool FindCloseChangeNotification(IntPtr hChangeHandle);
.
.
The FindCloseChangeNotification API
3/16/2007 7:52:20 AM - anonymous
.
static extern bool FindCloseChangeNotification(IntPtr hChangeHandle);
.
.
static extern TODO CeFindCloseRegChange(TODO);
.
Private Shared Function CeFindCloseRegChange(ByVal hChangeHandle As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
.