JNA API 5.4.0

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 5.4.0

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