Klasse WinDef.UINTByReference

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

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

    • UINTByReference

      public UINTByReference()
      Instantiates a new UINT by reference.
    • UINTByReference

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

    • setValue

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

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