Interface WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
- Enclosing interface:
- WinNT
WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION or SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX structure.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intOn input, retrieves information about all possible relation types.static final intThe specified logical processors share a cache.static final intThe specified logical processors share a single processor group.static final intThe specified logical processors are part of the same NUMA node.static final intIntroduced in TBD - Release Iron.static final intThe specified logical processors share a single processor core.static final intUpcoming value of this enum added for forward compatibility.static final intUpcoming value of this enum added for forward compatibility.static final intThe 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.)
- 
Field Details- 
RelationProcessorCorestatic final int RelationProcessorCoreThe specified logical processors share a single processor core.- See Also:
 
- 
RelationNumaNodestatic final int RelationNumaNodeThe specified logical processors are part of the same NUMA node.- See Also:
 
- 
RelationCachestatic final int RelationCacheThe specified logical processors share a cache. Not supported until Windows Server 2003 SP1 / Windows XP Professional x64. - See Also:
 
- 
RelationProcessorPackagestatic final int RelationProcessorPackageThe 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. - See Also:
 
- 
RelationGroupstatic final int RelationGroupThe specified logical processors share a single processor group. Not supported until Windows Server 2008 R2. - See Also:
 
- 
RelationProcessorDiestatic final int RelationProcessorDieUpcoming value of this enum added for forward compatibility. Documentation will be added when available. - See Also:
 
- 
RelationNumaNodeExstatic final int RelationNumaNodeExIntroduced in TBD - Release Iron. Requests that the full affinity be returned. Unlike the other relation types, RelationNumaNodeEx is not used on input. It is simply a request for RelationNumaNode with full group information. - See Also:
 
- 
RelationProcessorModulestatic final int RelationProcessorModuleUpcoming value of this enum added for forward compatibility. Documentation will be added when available. - See Also:
 
- 
RelationAllstatic final int RelationAllOn input, retrieves information about all possible relation types. This value is not used on output. Not supported until Windows Server 2008 R2. - See Also:
 
 
-