Struttura NMTCKEYDOWN (commctrl.h)
Contiene informazioni su un tasto premuto in un controllo Struttura a schede. Viene usato con il codice di notifica TCN_KEYDOWN . Questa struttura sostituisce la struttura TC_KEYDOWN .
Sintassi
typedef struct tagTCKEYDOWN {
NMHDR hdr;
WORD wVKey;
UINT flags;
} NMTCKEYDOWN;
Members
hdr
Tipo: NMHDR
Struttura NMHDR che contiene informazioni sulla notifica.
wVKey
Tipo: WORD
Codice della chiave virtuale.
flags
Tipo: UINT
Valore identico al parametro lParam del messaggio WM_KEYDOWN .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | commctrl.h |