BackupEventLogW method

int BackupEventLogW(
  1. Pointer<Void> hEventLog,
  2. Pointer<Uint16> lpBackupFileName
)

Implementation

int BackupEventLogW(
  ffi.Pointer<ffi.Void> hEventLog,
  ffi.Pointer<ffi.Uint16> lpBackupFileName,
) {
  return (_BackupEventLogW ??=
      _dylib.lookupFunction<_c_BackupEventLogW, _dart_BackupEventLogW>(
          'BackupEventLogW'))(
    hEventLog,
    lpBackupFileName,
  );
}