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