AbortSystemShutdownA method

int AbortSystemShutdownA(
  1. Pointer<Int8> lpMachineName
)

Implementation

int AbortSystemShutdownA(
  ffi.Pointer<ffi.Int8> lpMachineName,
) {
  return (_AbortSystemShutdownA ??= _dylib.lookupFunction<
      _c_AbortSystemShutdownA,
      _dart_AbortSystemShutdownA>('AbortSystemShutdownA'))(
    lpMachineName,
  );
}