Class WinDef.DWORDLONG

java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.DWORDLONG
All Implemented Interfaces:
NativeMapped, Serializable, Comparable<WinDef.DWORDLONG>
Enclosing interface:
WinDef

public static class WinDef.DWORDLONG extends IntegerType implements Comparable<WinDef.DWORDLONG>
64-bit unsigned integer.
See Also:
  • Field Details

  • Constructor Details

    • DWORDLONG

      public DWORDLONG()
      Instantiates a new dwordlong.
    • DWORDLONG

      public DWORDLONG(long value)
      Instantiates a new dwordlong.
      Parameters:
      value - the value
  • Method Details