Class WinDef.LONG

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

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

    • SIZE

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

    • LONG

      public LONG()
      Instantiates a new long.
    • LONG

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