OpenBackupEventLogA method

Pointer<Void> OpenBackupEventLogA(
  1. Pointer<Int8> lpUNCServerName,
  2. Pointer<Int8> lpFileName
)

Implementation

ffi.Pointer<ffi.Void> OpenBackupEventLogA(
  ffi.Pointer<ffi.Int8> lpUNCServerName,
  ffi.Pointer<ffi.Int8> lpFileName,
) {
  return _OpenBackupEventLogA(
    lpUNCServerName,
    lpFileName,
  );
}