Class WinBase.SYSTEM_INFO.UNION

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

public static class WinBase.SYSTEM_INFO.UNION extends Union
Unnamed inner union.
  • Field Details

    • dwOemID

      public WinDef.DWORD dwOemID
      An obsolete member that is retained for compatibility with Windows NT 3.5 and earlier. New applications should use the wProcessorArchitecture branch of the union. Windows Me/98/95: The system always sets this member to zero, the value defined for PROCESSOR_ARCHITECTURE_INTEL.
    • pi

      Processor architecture (unnamed struct).
  • Constructor Details

    • UNION

      public UNION()
  • Method Details

    • read

      public void read()
      Description copied from class: Structure
      Reads the fields of the struct from native memory
      Overrides:
      read in class Structure