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(
    hEventLog,
    hEvent,
  );
}