AbortSystemShutdownW method
Implementation
int AbortSystemShutdownW(
ffi.Pointer<ffi.Uint16> lpMachineName,
) {
return (_AbortSystemShutdownW ??= _dylib.lookupFunction<
_c_AbortSystemShutdownW,
_dart_AbortSystemShutdownW>('AbortSystemShutdownW'))(
lpMachineName,
);
}