Added LVKF_* defines.
This commit is contained in:
parent
7dc3ece222
commit
4dc75a5d82
|
@ -3069,6 +3069,10 @@ typedef struct tagNMITEMACTIVATE
|
|||
UINT uKeyFlags;
|
||||
} NMITEMACTIVATE, *LPNMITEMACTIVATE;
|
||||
|
||||
#define LVKF_ALT 0x0001
|
||||
#define LVKF_CONTROL 0x0002
|
||||
#define LVKF_SHIFT 0x0004
|
||||
|
||||
typedef struct tagLVDISPINFO
|
||||
{
|
||||
NMHDR hdr;
|
||||
|
|
Loading…
Reference in New Issue