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

Class WinDef.USHORTByReference

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    WinDef


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

      • USHORTByReference

        public USHORTByReference()
        Instantiates a new USHORT by reference.
      • USHORTByReference

        public USHORTByReference(WinDef.USHORT value)
        Instantiates a new USHORT by reference.
        Parameters:
        value - the value
      • USHORTByReference

        public USHORTByReference(short value)
        Instantiates a new USHORT by reference.
        Parameters:
        value - the value
    • Method Detail

      • setValue

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

        public WinDef.USHORT getValue()
        Gets the value.
        Returns:
        the value
JNA API 5.10.0

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