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

Class WinDef.CHARByReference

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    WinDef


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

      • CHARByReference

        public CHARByReference()
        Instantiates a new CHAR by reference.
      • CHARByReference

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

      • setValue

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

        public WinDef.CHAR getValue()
        Gets the value.
        Returns:
        the value
JNA API 5.3.1

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