AbortSystemShutdownA method

int AbortSystemShutdownA(
  1. Pointer<Int8> lpMachineName
)

Implementation

int AbortSystemShutdownA(
  ffi.Pointer<ffi.Int8> lpMachineName,
) {
  return _AbortSystemShutdownA(
    lpMachineName,
  );
}