NdisActiveGroupCount function (ndis.h)
The NdisActiveGroupCount function returns the number of processor groups that are currently active in the local computer system.
Syntax
USHORT NdisActiveGroupCount();
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.
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 |