PROCESSOR_NUMBER structure (winnt.h)
Represents a logical processor in a processor group.
Syntax
typedef struct _PROCESSOR_NUMBER {
WORD Group;
BYTE Number;
BYTE Reserved;
} PROCESSOR_NUMBER, *PPROCESSOR_NUMBER;
Members
Group
The processor group to which the logical processor is assigned.
Number
The number of the logical processor relative to the group.
Reserved
This parameter is reserved.
Requirements
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | winnt.h |