EnterUmsSchedulingMode method
Implementation
int EnterUmsSchedulingMode(
ffi.Pointer<PUMS_SCHEDULER_STARTUP_INFO> SchedulerStartupInfo,
) {
return (_EnterUmsSchedulingMode ??= _dylib.lookupFunction<
_c_EnterUmsSchedulingMode,
_dart_EnterUmsSchedulingMode>('EnterUmsSchedulingMode'))(
SchedulerStartupInfo,
);
}