Unicode shift states.

typedef struct _USHIFTSTATE {
  ULONG     shift;      /*  Actual shift and lock state. */
  ULONG     Effective;  /*  Effective shift and lock state. */
  ULONG     Led;        /*  Keyboard indicators. */
} USHIFTSTATE;

typedef   USHIFTSTATE   * PUSHIFTSTATE ;


[Back: UniLconv Field - right_parenthesis]
[Next: USHIFTSTATE Field - shift]