Click or drag to resize
Xcalibur Systems LLC Logo

LogicalProcessorRelationship Enumeration

Represents the relationship between the processor set identified in the corresponding or SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX structure.

LOGICAL_PROCESSOR_RELATIONSHIP enumeration


Namespace: Xcalibur.NativeMethods.V2.SystemInfo
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum LogicalProcessorRelationship
Members
Member nameValueDescription
RelationProcessorCore0 The specified logical processors share a single processor core.
RelationNumaNode1 The specified logical processors are part of the same NUMA node.
RelationCache2 The specified logical processors share a cache.
RelationProcessorPackage3 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).
RelationGroup4 The specified logical processors share a single processor group.
RelationAll65,535 On input, retrieves information about all possible relationship types. This value is not used on output.
See Also