GetMaximumProcessorGroupCount function kernel32

int GetMaximumProcessorGroupCount()

Returns the maximum number of processor groups that the system can have.

WORD GetMaximumProcessorGroupCount();

Implementation

int GetMaximumProcessorGroupCount() => _GetMaximumProcessorGroupCount();