This message retrieves information about the rebar control and the image list it uses.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 2.0 and later |
Syntax
RB_GETBARINFO wParam = 0;
lParam = (LPARAM)(LPREBARINFO) lprbi;
Parameters
lprbi
Long pointer to a REBARINFO structure that receives the rebar control information. Set the cbSize member of this structure to sizeof(REBARINFO) before sending this message.
Return Values
Nonzero indicates success. Zero indicates otherwise.