Klasse WinDef.ULONGByReference

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

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

    • ULONGByReference

      public ULONGByReference()
      Instantiates a new ULONG by reference.
    • ULONGByReference

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

    • setValue

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

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