Estructura NMREBARAUTOBREAK (commctrl.h)
Contiene información utilizada con el código de notificación de RBN_AUTOBREAK .
Sintaxis
typedef struct tagNMREBARAUTOBREAK {
NMHDR hdr;
UINT uBand;
UINT wID;
LPARAM lParam;
UINT uMsg;
UINT fStyleCurrent;
BOOL fAutoBreak;
} NMREBARAUTOBREAK, *LPNMREBARAUTOBREAK;
Miembros
hdr
Tipo: NMHDR
Estructura NMHDR que proporciona información adicional sobre este código de notificación.
uBand
Tipo: UINT
Índice de base cero de la banda afectada por la notificación. Es -1 si no se ve afectada ninguna banda.
wID
Tipo: UINT
Id. definido por la aplicación de la banda.
lParam
Tipo: LPARAM
Valor definido por la aplicación del miembro lParam de la estructura REBARBANDINFO que define la banda de rebar.
uMsg
Tipo: UINT
Id. del mensaje.
fStyleCurrent
Tipo: UINT
Estilo de la banda especificada.
fAutoBreak
Tipo: BOOL
BOOL que indica si se debe producir una interrupción.
Requisitos
Cliente mínimo compatible | Windows Vista [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | commctrl.h |