Interface WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
- 
- Enclosing interface:
- WinNT
 
 public static interface WinNT.LOGICAL_PROCESSOR_RELATIONSHIPRepresents the relationship between the processor set identified in the correspondingWinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATIONorSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EXstructure.
- 
- 
Field SummaryFields Modifier and Type Field Description static intRelationAllOn input, retrieves information about all possible relation types.static intRelationCacheThe specified logical processors share a cache.static intRelationGroupThe specified logical processors share a single processor group.static intRelationNumaNodeThe specified logical processors are part of the same NUMA node.static intRelationNumaNodeExIntroduced in TBD - Release Iron.static intRelationProcessorCoreThe specified logical processors share a single processor core.static intRelationProcessorDieUpcoming value of this enum added for forward compatibility.static intRelationProcessorModuleUpcoming value of this enum added for forward compatibility.static intRelationProcessorPackageThe 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 Detail- 
RelationProcessorCorestatic final int RelationProcessorCore The specified logical processors share a single processor core.- See Also:
- Constant Field Values
 
 - 
RelationNumaNodestatic final int RelationNumaNode The specified logical processors are part of the same NUMA node.- See Also:
- Constant Field Values
 
 - 
RelationCachestatic final int RelationCache The specified logical processors share a cache. Not supported until Windows Server 2003 SP1 / Windows XP Professional x64. - See Also:
- Constant Field Values
 
 - 
RelationProcessorPackagestatic 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. - See Also:
- Constant Field Values
 
 - 
RelationGroupstatic final int RelationGroup The specified logical processors share a single processor group. Not supported until Windows Server 2008 R2. - See Also:
- Constant Field Values
 
 - 
RelationProcessorDiestatic final int RelationProcessorDie Upcoming value of this enum added for forward compatibility. Documentation will be added when available. - See Also:
- Constant Field Values
 
 - 
RelationNumaNodeExstatic final int RelationNumaNodeEx Introduced 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:
- Constant Field Values
 
 - 
RelationProcessorModulestatic final int RelationProcessorModule Upcoming value of this enum added for forward compatibility. Documentation will be added when available. - See Also:
- Constant Field Values
 
 - 
RelationAllstatic 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. - See Also:
- Constant Field Values
 
 
- 
 
-