Klasse WinDef.WORDByReference

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.win32.WinDef.WORDByReference
Alle implementierten Schnittstellen:
NativeMapped
Umschließende Schnittstelle:
WinDef

public static class WinDef.WORDByReference extends ByReference
The Class WORDByReference.
  • Konstruktordetails

    • WORDByReference

      public WORDByReference()
      Instantiates a new WORD by reference.
    • WORDByReference

      public WORDByReference(WinDef.WORD value)
      Instantiates a new WORD by reference.
      Parameter:
      value - the value
  • Methodendetails

    • setValue

      public void setValue(WinDef.WORD value)
      Sets the value.
      Parameter:
      value - the new value
    • getValue

      public WinDef.WORD getValue()
      Gets the value.
      Gibt zurück:
      the value