Class WinDef.ULONGLONG

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

public static class WinDef.ULONGLONG extends IntegerType implements Comparable<WinDef.ULONGLONG>
The Class ULONGLONG.
See Also:
  • Field Details

  • Constructor Details

    • ULONGLONG

      public ULONGLONG()
      Instantiates a new ULONGLONG.
    • ULONGLONG

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