Class WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
Direct Known Subclasses:
WinNT.CACHE_RELATIONSHIP, WinNT.GROUP_RELATIONSHIP, WinNT.NUMA_NODE_RELATIONSHIP, WinNT.PROCESSOR_RELATIONSHIP
Enclosing interface:
WinNT

@FieldOrder({"relationship","size"}) public abstract static class WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX extends Structure
Contains information about the relationships of logical processors and related hardware. The Kernel32.GetLogicalProcessorInformationEx(int, com.sun.jna.Pointer, com.sun.jna.platform.win32.WinDef.DWORDByReference) function uses this structure.

The native structure contains a union, which is mapped to JNA as subclasses.