OpenBackupEventLogW method
Implementation
ffi.Pointer<ffi.Void> OpenBackupEventLogW(
ffi.Pointer<ffi.Uint16> lpUNCServerName,
ffi.Pointer<ffi.Uint16> lpFileName,
) {
return (_OpenBackupEventLogW ??= _dylib.lookupFunction<
_c_OpenBackupEventLogW,
_dart_OpenBackupEventLogW>('OpenBackupEventLogW'))(
lpUNCServerName,
lpFileName,
);
}