Klasse WinBase.SYSTEM_INFO.PI

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinBase.SYSTEM_INFO.PI
Bekannte direkte Unterklassen:
WinBase.SYSTEM_INFO.PI.ByReference
Umschließende Klasse:
WinBase.SYSTEM_INFO

@FieldOrder({"wProcessorArchitecture","wReserved"}) public static class WinBase.SYSTEM_INFO.PI extends Structure
Unnamed inner structure.
  • Felddetails

    • wProcessorArchitecture

      public WinDef.WORD wProcessorArchitecture
      System's processor architecture. This value can be one of the following values: PROCESSOR_ARCHITECTURE_UNKNOWN PROCESSOR_ARCHITECTURE_INTEL PROCESSOR_ARCHITECTURE_IA64 PROCESSOR_ARCHITECTURE_AMD64
    • wReserved

      public WinDef.WORD wReserved
      Reserved for future use.
  • Konstruktordetails

    • PI

      public PI()