FindCloseChangeNotification (Compact 2013)

3/26/2014

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.

Requirements

Header

winbase.h

Library

coredll.lib

See Also

Reference

File I/O Functions
FindFirstChangeNotification
FindNextChangeNotification