Struttura NMKEY (commctrl.h)
Contiene informazioni usate con i messaggi di notifica delle chiavi.
Sintassi
typedef struct tagNMKEY {
NMHDR hdr;
UINT nVKey;
UINT uFlags;
} NMKEY, *LPNMKEY;
Members
hdr
Tipo: NMHDR
Struttura NMHDR che contiene informazioni aggiuntive su questa notifica.
nVKey
Tipo: UINT
Codice chiave virtuale della chiave che ha causato l'evento.
uFlags
Tipo: UINT
Flag associati alla chiave. Questi sono gli stessi flag passati nella parola alta del parametro lParam del messaggio di 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 |