GetMaximumProcessorGroupCount function kernel32
Returns the maximum number of processor groups that the system can have.
WORD GetMaximumProcessorGroupCount();
Implementation
int GetMaximumProcessorGroupCount() => _GetMaximumProcessorGroupCount();