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