FindCloseChangeNotification function kernel32

int FindCloseChangeNotification(
  1. int hChangeHandle
)

Stops change notification handle monitoring.

BOOL FindCloseChangeNotification(
  HANDLE hChangeHandle
);

Implementation

int FindCloseChangeNotification(int hChangeHandle) =>
    _FindCloseChangeNotification(hChangeHandle);