commctrl.h

Estructura NMSELCHANGE

Definición

typedef struct tagNMSELCHANGE {
    NMHDR      nmhdr;
    SYSTEMTIME stSelStart;
    SYSTEMTIME stSelEnd;
} NMSELCHANGE, *LPNMSELCHANGE;

Contiene información requerida para procesar el código de notificación MCN_SELCHANGE.

Descripción

nmhdr
Estructura NMHDR que contiene información sobre esta notificación.
stSelStart
Estructura SYSTEMTIME que contiene la fecha del primer día de la selección del usuario.
stSelEnd
Estructura SYSTEMTIME que contiene la fecha del último día de la selección del usuario.