FindNextChangeNotification function kernel32

int FindNextChangeNotification(
  1. int hChangeHandle
)

Requests that the operating system signal a change notification handle the next time it detects an appropriate change.

BOOL FindNextChangeNotification(
  HANDLE hChangeHandle
);

Implementation

int FindNextChangeNotification(int hChangeHandle) =>
    _FindNextChangeNotification(hChangeHandle);