SetProcessShutdownParameters method
Implementation
int SetProcessShutdownParameters(
int dwLevel,
int dwFlags,
) {
return (_SetProcessShutdownParameters ??= _dylib.lookupFunction<
_c_SetProcessShutdownParameters,
_dart_SetProcessShutdownParameters>('SetProcessShutdownParameters'))(
dwLevel,
dwFlags,
);
}