Class WinDef.UINTByReference

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.win32.WinDef.UINTByReference
All Implemented Interfaces:
NativeMapped
Enclosing interface:
WinDef

public static class WinDef.UINTByReference extends ByReference
The Class UINTByReference.
  • Constructor Details

    • UINTByReference

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

      public UINTByReference(WinDef.UINT value)
      Instantiates a new UINT by reference.
      Parameters:
      value - the value
  • Method Details

    • setValue

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

      public WinDef.UINT getValue()
      Gets the value.
      Returns:
      the value