Class WinDef.UCHAR

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

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

  • Constructor Details

    • UCHAR

      public UCHAR()
      Instantiates a new uchar.
    • UCHAR

      public UCHAR(char ch)
    • UCHAR

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