Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Contains information about an LVN_LINKCLICK notification code.
Syntax
typedef struct tagNMLVLINK {
NMHDR hdr;
LITEM link;
int iItem;
int iSubItem;
} NMLVLINK, *PNMLVLINK;
Members
hdr
Type: NMHDR
NMHDR structure that contains basic information about the notification code.
link
Type: LITEM
LITEM structure that contains information about the link that was clicked.
iItem
Type: int
Index of the item that contains the link.
iSubItem
Type: int
Subitem, if any. This member may be NULL. For a link in a group header, this is the group identifier, as set in LVGROUP.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | commctrl.h |