RB_SETBARINFO (Windows CE 5.0)

Send Feedback

This message sets the characteristics of a rebar control.

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 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.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

REBARINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.