Share via


RB_SETBARINFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message sets the characteristics of a rebar control.

Syntax

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

Parameters

  • wParam
    Not used.
  • lprbi
    Long pointer to a REBARINFO structure that contains the information to be set. Set the cbSize member of this structure to sizeof(REBARINFO) before sending this message.

Return Value

Nonzero indicates success. Zero indicates otherwise.

Remarks

When the fMask member of the REBARINFO structure specifies an invalid value, this message returns TRUE when it should return FALSE.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

REBARINFO