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

Class WinDef.DWORDByReference

    • Constructor Detail

      • DWORDByReference

        public DWORDByReference()
        Instantiates a new dWOR dby reference.
      • DWORDByReference

        public DWORDByReference(WinDef.DWORD value)
        Instantiates a new dWOR dby reference.
        Parameters:
        value - the value
    • Method Detail

      • setValue

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

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

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