FindCloseChangeNotification (Windows CE 5.0)

Send Feedback

This function stops change notification handle monitoring.

BOOL FindCloseChangeNotification(HANDLE hChangeHandle);

Parameters

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.