Klasse WinDef.LONGByReference

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

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

    • LONGByReference

      public LONGByReference()
      Instantiates a new LONG by reference.
    • LONGByReference

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

    • setValue

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

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