RB_SETBARINFO

This message sets the characteristics of a rebar control.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

Syntax

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

Parameters

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 Values

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.