NdisMaxGroupCount function (ndis.h)

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

Syntax

USHORT NdisMaxGroupCount();

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.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.20 and later.
Target Platform Universal
Header ndis.h (include Ndis.h)
Library Ndis.lib
IRQL Any level

See also

NdisActiveGroupCount