NMREBARCHEVRON structure (commctrl.h)
Contains information used in handling the RBN_CHEVRONPUSHED notification code.
Syntax
typedef struct tagNMREBARCHEVRON {
NMHDR hdr;
UINT uBand;
UINT wID;
LPARAM lParam;
RECT rc;
LPARAM lParamNM;
} NMREBARCHEVRON, *LPNMREBARCHEVRON;
Members
hdr
Type: NMHDR
NMHDR structure that contains additional information about the notification.
uBand
Type: UINT
Index of the band sending the notification.
wID
Type: UINT
Application-defined identifier for the band.
lParam
Type: LPARAM
Application-defined value associated with the band.
rc
Type: RECT
RECT structure that defines the area covered by the chevron.
lParamNM
Type: LPARAM
An application-defined value. If the RBN_CHEVRONPUSHED notification was sent as a result of an RB_PUSHCHEVRON message, this member contains the message's lAppValue value. Otherwise, it is set to zero.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |