0 out of 1 rated this helpful - Rate this topic

PROCESSOR_GROUP_INFO structure

Represents the number and affinity of processors in a processor group.

Syntax


typedef struct _PROCESSOR_GROUP_INFO {
  BYTE      MaximumProcessorCount;
  BYTE      ActiveProcessorCount;
  BYTE      Reserved[38];
  KAFFINITY ActiveProcessorMask;
} PROCESSOR_GROUP_INFO, *PPROCESSOR_GROUP_INFO;

Members

MaximumProcessorCount

The maximum number of processors in the group.

ActiveProcessorCount

The number of active processors in the group.

Reserved

This member is reserved.

ActiveProcessorMask

A bitmap that specifies the affinity for zero or more active processors within the group.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WinNT.h

See also

GROUP_RELATIONSHIP

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.