Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |