Click or drag to resize
Xcalibur Systems LLC Logo

SystemLogicalProcessorInformation Structure

Describes the relationship between the specified processor set. This structure is used with the GetLogicalProcessorInformation function.

SYSTEM_LOGICAL_PROCESSOR_INFORMATION structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.SystemInfoSystemLogicalProcessorInformation

Namespace: Xcalibur.NativeMethods.V2.SystemInfo
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct SystemLogicalProcessorInformation

The SystemLogicalProcessorInformation type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldProcessorInformation Logical processor information (Union of Processor Core, Numa Node, Cache, and Reserved values).
Public fieldProcessorMask The processor mask identifying the processors described by this structure. A processor mask is a bit vector in which each set bit represents an active processor in the relationship. At least one bit will be set.
Public fieldRelationship The relationship between the processors identified by the value of the ProcessorMask member. This member can be one of the following values.
Top
See Also