Class WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousStructProcessorCore

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousStructProcessorCore
Enclosing class:
WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION

@FieldOrder("flags") public static class WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousStructProcessorCore extends Structure
  • Field Details

    • flags

      public WinDef.BYTE flags

      If the value of this mmeber is 1, the logical processors identified by the value of the WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.processorMask member share functional units, as in Hyperthreading or SMT. Otherwise, the identified logical processors do not share functional units.

      Note: Prior to Windows Vista, this member is also 1 for cores that share a physical package.

  • Constructor Details

    • AnonymousStructProcessorCore

      public AnonymousStructProcessorCore()