Share via


RB_GETBARINFO (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 2.0 and later

See Also

Reference

Rebar Controls Messages
REBARINFO