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

Class WinDef.DWORD

    • Constructor Detail

      • DWORD

        public DWORD()
        Instantiates a new dword.
      • DWORD

        public DWORD(long value)
        Instantiates a new dword.
        Parameters:
        value - the value
    • Method Detail

      • getLow

        public WinDef.WORD getLow()
        Low WORD.
        Returns:
        Low WORD.
      • getHigh

        public WinDef.WORD getHigh()
        High WORD.
        Returns:
        High WORD.
      • compareTo

        public int compareTo(WinDef.DWORD other)
        Specified by:
        compareTo in interface java.lang.Comparable<WinDef.DWORD>
JNA API 4.5.2

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