Klasse DBT.DEV_BROADCAST_DEVICEINTERFACE

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
Umschließende Schnittstelle:
DBT

@FieldOrder({"dbcc_size","dbcc_devicetype","dbcc_reserved","dbcc_classguid","dbcc_name"}) public static class DBT.DEV_BROADCAST_DEVICEINTERFACE extends Structure
The Class DEV_BROADCAST_DEVICEINTERFACE.
  • Felddetails

    • dbcc_size

      public int dbcc_size
      The dbcc_size.
    • dbcc_devicetype

      public int dbcc_devicetype
      The dbcc_devicetype.
    • dbcc_reserved

      public int dbcc_reserved
      The dbcc_reserved.
    • dbcc_classguid

      public Guid.GUID dbcc_classguid
      The dbcc_classguid.
    • dbcc_name

      public char[] dbcc_name
      The dbcc_name.
  • Konstruktordetails

    • DEV_BROADCAST_DEVICEINTERFACE

      public DEV_BROADCAST_DEVICEINTERFACE()
      Instantiates a new dev broadcast deviceinterface.
    • DEV_BROADCAST_DEVICEINTERFACE

      public DEV_BROADCAST_DEVICEINTERFACE(long pointer)
      Dev broadcast hdr.
      Parameter:
      pointer - the pointer
    • DEV_BROADCAST_DEVICEINTERFACE

      public DEV_BROADCAST_DEVICEINTERFACE(Pointer memory)
      Instantiates a new dev broadcast deviceinterface.
      Parameter:
      memory - the memory
  • 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
    • getDbcc_name

      public String getDbcc_name()
      Gets the dbcc_name.
      Gibt zurück:
      the dbcc_name