NdisMaxGroupCount - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

USHORT NdisMaxGroupCount();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndismaxgroupcount)

NdisMaxGroupCount function

Description

The NdisMaxGroupCount function returns the maximum number of processor groups in the local computer system.

Return value

NdisMaxGroupCount returns a USHORT value for the maximum number of processor groups that are included in the local computer system. The number of groups is a zero-based value.

Remarks

NDIS drivers call the NdisMaxGroupCount function to obtain the maximum number of processor groups that are included in the local computer system.

To obtain the number of groups that are currently active, call the NdisActiveGroupCount function.

See also

NdisActiveGroupCount