Klasse WinUser.RAWINPUTDEVICELIST

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinUser.RAWINPUTDEVICELIST
Umschließende Schnittstelle:
WinUser

@FieldOrder({"hDevice","dwType"}) public static class WinUser.RAWINPUTDEVICELIST extends Structure
Contains information about a raw input device.
Siehe auch:
  • Felddetails

    • hDevice

      public WinNT.HANDLE hDevice
    • dwType

      public int dwType
  • Konstruktordetails

    • RAWINPUTDEVICELIST

      public RAWINPUTDEVICELIST()
    • RAWINPUTDEVICELIST

      public RAWINPUTDEVICELIST(Pointer p)
  • Methodendetails

    • sizeof

      public int sizeof()
    • toString

      public String toString()
      Beschreibung aus Klasse kopiert: Structure
      If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory.
      Setzt außer Kraft:
      toString in Klasse Structure
      Gibt zurück:
      String representation of this object.