Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts a new band in a rebar control.
Parameters
-
wParam
-
Zero-based index of the ___location where the band will be inserted. If you set this parameter to -1, the control will add the new band at the last ___location.
-
lParam
-
Pointer to a REBARBANDINFO structure that defines the band to be inserted. You must set the cbSize member of this structure to sizeof(REBARBANDINFO) before sending this message.
Return value
Returns nonzero if successful, or zero otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
Unicode and ANSI names |
RB_INSERTBANDW (Unicode) and RB_INSERTBANDA (ANSI) |