FindCloseChangeNotification function Null safety kernel32
- int hChangeHandle
Stops change notification handle monitoring.
BOOL FindCloseChangeNotification(
HANDLE hChangeHandle
);
Implementation
int FindCloseChangeNotification(int hChangeHandle) =>
_FindCloseChangeNotification(hChangeHandle);