NdisActiveGroupCount - NtDoc

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

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

NtDoc

No description available.

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

NdisActiveGroupCount function

Description

The NdisActiveGroupCount function returns the number of processor groups that are currently active in the local computer system.

Return value

NdisActiveGroupCount returns a USHORT value for the number of processor groups that are currently active and are included in the local computer system. The number of groups is a zero-based value.

Remarks

NDIS drivers call the NdisActiveGroupCount function to obtain the number of processor groups that are currently active and are included in the local computer system.

To obtain the maximum number of groups, call the NdisMaxGroupCount function.

See also

NdisMaxGroupCount