NotifyChangeEventLog method

int NotifyChangeEventLog(
  1. Pointer<Void> hEventLog,
  2. Pointer<Void> hEvent
)

Implementation

int NotifyChangeEventLog(
  ffi.Pointer<ffi.Void> hEventLog,
  ffi.Pointer<ffi.Void> hEvent,
) {
  return (_NotifyChangeEventLog ??= _dylib.lookupFunction<
      _c_NotifyChangeEventLog,
      _dart_NotifyChangeEventLog>('NotifyChangeEventLog'))(
    hEventLog,
    hEvent,
  );
}