Class WinDef.USHORT

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

public static class WinDef.USHORT extends IntegerType implements Comparable<WinDef.USHORT>
16-bit unsigned short.
See Also:
  • Field Details

  • Constructor Details

    • USHORT

      public USHORT()
      Instantiates a new USHORT.
    • USHORT

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