BOOL FindCloseChangeNotification(hChange) | |||||
HANDLE hChange; | /* change notification handle to close | */ |
The FindCloseChangeNotification function stops notification handle change monitoring.
hChange
Identifies a change notification handle created by the FindFirstChangeNotification function.
The return value is TRUE if the function was successful, or FALSE if an error occurred. Use the GetLastError function to obtain extended error information.
Once this function has been called, the handle specified by the hChange parameter may not be used in a subsequent call to either the FindNextChangeNotification or FindCloseChangeNotification functions.
FindFirstChangeNotification, FindNextChangeNotification, WaitForSingleObject, WaitForMultipleObjects