Class WinBase.SYSTEM_INFO.PI

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinBase.SYSTEM_INFO.PI
Direct Known Subclasses:
WinBase.SYSTEM_INFO.PI.ByReference
Enclosing class:
WinBase.SYSTEM_INFO

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

    • 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.
  • Constructor Details

    • PI

      public PI()