AbortSystemShutdownW method

int AbortSystemShutdownW(
  1. Pointer<Uint16> lpMachineName
)

Implementation

int AbortSystemShutdownW(
  ffi.Pointer<ffi.Uint16> lpMachineName,
) {
  return _AbortSystemShutdownW(
    lpMachineName,
  );
}