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

Class WinDef.SCODEByReference

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    WinDef


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

      • SCODEByReference

        public SCODEByReference()
        Instantiates a new SCODE by reference.
      • SCODEByReference

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

      • setValue

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

        public WinDef.SCODE getValue()
        Gets the value.
        Returns:
        the value
JNA API 4.2.0

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