Not
Å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 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 |