FindCloseChangeNotification (Windows CE 5.0)
This function stops change notification handle monitoring.
BOOL FindCloseChangeNotification(HANDLE hChangeHandle);
Parameters
- hChangeHandle
[in] Handle to a change notification handle created by the FindFirstChangeNotification function.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
After the FindCloseChangeNotification function is called, the handle specified by the hChangeHandle parameter cannot be used in subsequent calls to either the FindNextChangeNotification or FindCloseChangeNotification function.
You can also use change notifications in the wait functions. For more information on the wait functions, see Wait Functions.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
Wait Functions | FindFirstChangeNotification | FindNextChangeNotification
Send Feedback on this topic to the authors