Share via


Struttura NMSELCHANGE (commctrl.h)

Contiene informazioni necessarie per elaborare il codice di notifica MCN_SELCHANGE .

Sintassi

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

Members

nmhdr

Tipo: NMHDR

Struttura NMHDR che contiene informazioni su questa notifica.

stSelStart

Tipo: SYSTEMTIME

Struttura SYSTEMTIME contenente la data del primo giorno nell'intervallo di selezione dell'utente.

stSelEnd

Tipo: SYSTEMTIME

Struttura SYSTEMTIME contenente la data dell'ultimo giorno nell'intervallo di selezione dell'utente.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione commctrl.h