Source position: jwawinnt.pas line 3547
type _SYSTEM_LOGICAL_PROCESSOR_INFORMATION = record |
ProcessorMask: ULONG_PTR; |
Relationship: LOGICAL_PROCESSOR_RELATIONSHIP; |
case Integer of |
0: ( |
Flags: Byte; |
); |
1: ( |
NodeNumber: DWORD; |
); |
2: ( |
Reserved: array [0..1] of ULONGLONG; |
); |
end; |