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