Share via


RB_SETBARINFO (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Rebar Controls Messages
REBARINFO