Class WinDef.DWORDByReference

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.win32.WinDef.DWORDByReference
All Implemented Interfaces:
NativeMapped
Direct Known Subclasses:
OaIdl.HREFTYPEByReference
Enclosing interface:
WinDef

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

    • DWORDByReference

      public DWORDByReference()
      Instantiates a new dWOR dby reference.
    • DWORDByReference

      public DWORDByReference(WinDef.DWORD value)
      Instantiates a new dWOR dby reference.
      Parameters:
      value - the value
  • Method Details

    • setValue

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

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