FindNextChangeNotification method

int FindNextChangeNotification(
  1. Pointer<Void> hChangeHandle
)

Implementation

int FindNextChangeNotification(
  ffi.Pointer<ffi.Void> hChangeHandle,
) {
  return _FindNextChangeNotification(
    hChangeHandle,
  );
}