RB_GETBARINFO (Compact 2013)

3/28/2014

This message retrieves information about the rebar control and the image list it uses.

Syntax

RB_GETBARINFO wParam = 0; 
    lParam = (LPARAM)(LPREBARINFO) lprbi;

Parameters

  • wParam
    Not used.
  • 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 Value

Nonzero indicates success. Zero indicates otherwise.

Requirements

Header

commctrl.h

See Also

Reference

Rebar Controls Messages
REBARINFO