The TC_KEYDOWN structure contains information about a key press in a tab control. This structure is used with the TCN_KEYDOWN notification message.
typedef struct _TC_KEYDOWN { NMHDR hdr; // notification header WORD wVKey; // virtual-key code UINT flags;
} TC_KEYDOWN;