Class WinDef.SCODEByReference

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

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

    • SCODEByReference

      public SCODEByReference()
      Instantiates a new SCODE by reference.
    • SCODEByReference

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

    • setValue

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

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