FindCloseChangeNotification

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function stops change notification handle monitoring.

Syntax

BOOL FindCloseChangeNotification(
  HANDLE hChangeHandle
);

Parameters

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

Other Resources

Wait Functions