NMREBARAUTOBREAK structure (commctrl.h)
Contains information used with the RBN_AUTOBREAK notification code.
Syntax
typedef struct tagNMREBARAUTOBREAK {
NMHDR hdr;
UINT uBand;
UINT wID;
LPARAM lParam;
UINT uMsg;
UINT fStyleCurrent;
BOOL fAutoBreak;
} NMREBARAUTOBREAK, *LPNMREBARAUTOBREAK;
Members
hdr
Type: NMHDR
NMHDR structure that provides additional information about this notification code.
uBand
Type: UINT
Zero-based index of the band affected by the notification. This is -1 if no band is affected.
wID
Type: UINT
Application-defined ID of the band.
lParam
Type: LPARAM
Application-defined value from the lParam member of the REBARBANDINFO structure that defines the rebar band.
uMsg
Type: UINT
ID of the message.
fStyleCurrent
Type: UINT
Style of the specified band.
fAutoBreak
Type: BOOL
BOOL that indicates whether a break should occur.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |