FindCloseChangeNotification
A version of this page is also available for
4/8/2010
This function stops change notification handle monitoring.
Syntax
BOOL FindCloseChangeNotification(
HANDLE hChangeHandle
);
Parameters
- hChangeHandle
[in] Handle to a change notification handle created by the FindFirstChangeNotification function.
Return Value
Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.
Remarks
After this function is called, the handle specified by hChangeHandle cannot be used in subsequent calls to either FindNextChangeNotification or this function.
You can also use change notifications in the wait functions. For more information on the wait functions, see Wait Functions.
Requirements
Header | winbase.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
File I/O Functions
FindFirstChangeNotification
FindNextChangeNotification