OpenBackupEventLogW method

Pointer<Void> OpenBackupEventLogW(
  1. Pointer<Uint16> lpUNCServerName,
  2. Pointer<Uint16> lpFileName
)

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