FindCloseChangeNotification method

int FindCloseChangeNotification(
  1. Pointer<Void> hChangeHandle
)

Implementation

int FindCloseChangeNotification(
  ffi.Pointer<ffi.Void> hChangeHandle,
) {
  return _FindCloseChangeNotification(
    hChangeHandle,
  );
}