GetActiveProcessorGroupCount function kernel32

int GetActiveProcessorGroupCount()

Returns the number of active processor groups in the system.

To learn more, see learn.microsoft.com/windows/win32/api/winbase/nf-winbase-getactiveprocessorgroupcount.

Implementation

@pragma('vm:prefer-inline')
int GetActiveProcessorGroupCount() => _GetActiveProcessorGroupCount();