Class WinDef.ULONG

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

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

    • SIZE

      public static final int SIZE
      The Constant SIZE.
  • Constructor Details

    • ULONG

      public ULONG()
      Instantiates a new ULONG.
    • ULONG

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