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 ;