Struttura NMREBARAUTOBREAK (commctrl.h)
Contiene informazioni usate con il codice di notifica RBN_AUTOBREAK .
Sintassi
typedef struct tagNMREBARAUTOBREAK {
NMHDR hdr;
UINT uBand;
UINT wID;
LPARAM lParam;
UINT uMsg;
UINT fStyleCurrent;
BOOL fAutoBreak;
} NMREBARAUTOBREAK, *LPNMREBARAUTOBREAK;
Members
hdr
Tipo: NMHDR
Struttura NMHDR che fornisce informazioni aggiuntive su questo codice di notifica.
uBand
Tipo: UINT
Indice in base zero della banda interessato dalla notifica. Questo è -1 se nessuna banda è interessata.
wID
Tipo: UINT
ID definito dall'applicazione della banda.
lParam
Tipo: LPARAM
Valore definito dall'applicazione dal membro lParam della struttura REBARBANDINFO che definisce la banda rebar.
uMsg
Tipo: UINT
ID del messaggio.
fStyleCurrent
Tipo: UINT
Stile della banda specificata.
fAutoBreak
Tipo: BOOL
BOOL che indica se deve verificarsi un'interruzione.
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | commctrl.h |