BackupEventLogA method

int BackupEventLogA(
  1. Pointer<Void> hEventLog,
  2. Pointer<Int8> lpBackupFileName
)

Implementation

int BackupEventLogA(
  ffi.Pointer<ffi.Void> hEventLog,
  ffi.Pointer<ffi.Int8> lpBackupFileName,
) {
  return _BackupEventLogA(
    hEventLog,
    lpBackupFileName,
  );
}