Klasse WinBase.SYSTEM_INFO.UNION

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

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

    • 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).
  • Konstruktordetails

    • UNION

      public UNION()
  • Methodendetails

    • read

      public void read()
      Beschreibung aus Klasse kopiert: Structure
      Reads the fields of the struct from native memory
      Setzt außer Kraft:
      read in Klasse Structure