Share via


FindCloseChangeNotification

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

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.