FindCloseChangeNotification

  BOOL FindCloseChangeNotification(hChange)    
  HANDLE hChange; /* change notification handle to close */

The FindCloseChangeNotification function stops notification handle change monitoring.

Parameters

hChange

Identifies a change notification handle created by the FindFirstChangeNotification function.

Return Value

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.

Comments

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.

See Also

FindFirstChangeNotification, FindNextChangeNotification, WaitForSingleObject, WaitForMultipleObjects