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

Class WinDef.WORDByReference

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    WinDef


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

      • WORDByReference

        public WORDByReference()
        Instantiates a new WORD by reference.
      • WORDByReference

        public WORDByReference(WinDef.WORD value)
        Instantiates a new WORD by reference.
        Parameters:
        value - the value
    • Method Detail

      • setValue

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

        public WinDef.WORD getValue()
        Gets the value.
        Returns:
        the value
JNA API 4.2.1

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