public static interface WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION
or SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
structure.Modifier and Type | Field and Description |
---|---|
static int |
RelationAll
On input, retrieves information about all possible relation types.
|
static int |
RelationCache
The specified logical processors share a cache.
|
static int |
RelationGroup
The specified logical processors share a single processor group.
|
static int |
RelationNumaNode
The specified logical processors are part of the same NUMA node.
|
static int |
RelationProcessorCore
The specified logical processors share a single processor core.
|
static int |
RelationProcessorPackage
The specified logical processors share a physical package (a single package socketed or soldered onto a
motherboard may contain multiple processor cores or threads, each of which is treated as a separate
processor by the operating system.)
|
static final int RelationProcessorCore
static final int RelationNumaNode
static final int RelationCache
The specified logical processors share a cache.
Not supported until Windows Server 2003 SP1 / Windows XP Professional x64.
static final int RelationProcessorPackage
The specified logical processors share a physical package (a single package socketed or soldered onto a motherboard may contain multiple processor cores or threads, each of which is treated as a separate processor by the operating system.)
Not supported until Windows Server 2003 SP1 / Windows XP Professional x64.
static final int RelationGroup
The specified logical processors share a single processor group.
Not supported until Windows Server 2008 R2.
static final int RelationAll
On input, retrieves information about all possible relation types. This value is not used on output.
Not supported until Windows Server 2008 R2.