Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains information used in processing the LVN_KEYDOWN notification code. This structure is the same as the NMLVKEYDOWN structure but has been renamed to fit standard naming conventions.
Syntax
typedef struct tagLVKEYDOWN {
  NMHDR hdr;
  WORD  wVKey;
  UINT  flags;
} NMLVKEYDOWN, *LPNMLVKEYDOWN;
Members
hdr
Type: NMHDR
NMHDR structure that contains additional information about the notification.
wVKey
Type: WORD
flags
Type: UINT
This member must always be zero.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] | 
| Minimum supported server | Windows Server 2003 [desktop apps only] | 
| Header | commctrl.h |