commctrl.h

Estructura NMLVLINK

Definición

typedef struct tagNMLVLINK {
  NMHDR hdr;
  LITEM link;
  int   iItem;
  int   iSubItem;
} NMLVLINK, *PNMLVLINK;

Contiene información sobre un código de notificación LVN_LINKCLICK.

Descripción

hdr
Estructura NMHDR que contiene información básica sobre el código de notificación.
link
Estructura LVITEM que contiene información sobre el enlace que fue pulsado..
iItem
Índice del ítem que contiene el enlace.
iSubItem
Subítem, si hay. Este miembro puede ser NULL. Para un enlace en una cabecera de grupo, este es el identificador frl grupo, como fue asignado en LVGROUP.