fsflags (USHORT)
KC_CHAR
Generally, this is set in all WM_CHAR messages generated from actual operator input. However, if the message has been generated by an application that has issued the WinSetHook function to filter keystrokes, or posted to the application queue, this may not be set.
Normally usvk should be given precedence when processing the message.
Note: For those using hooks, when this bit is set, KC_SCANCODE should usually be set as well.