FindCloseChangeNotification method

int FindCloseChangeNotification(
  1. Pointer<Void> hChangeHandle
)

Implementation

int FindCloseChangeNotification(
  ffi.Pointer<ffi.Void> hChangeHandle,
) {
  return (_FindCloseChangeNotification ??= _dylib.lookupFunction<
      _c_FindCloseChangeNotification,
      _dart_FindCloseChangeNotification>('FindCloseChangeNotification'))(
    hChangeHandle,
  );
}