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