Skip navigation links
JNA API 4.2.1
com.sun.jna.platform.win32

Class WinDef.UINTByReference

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    WinDef


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

      • 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 Detail

      • 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
JNA API 4.2.1

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.