RB_GETBANDINFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message retrieves information about a specified band in a rebar control.

Syntax

RB_GETBANDINFO wParam = (WPARAM)(UINT) uBand;
    lParam = (LPARAM)(LPREBARBANDINFO) lprbbi;

Parameters

  • uBand
    Zero-based index of the band for which the information is retrieved.
  • lprbbi
    Long pointer to a REBARBANDINFO structure that receives the requested band information. Set the cbSize member of this structure to sizeof(REBARBANDINFO) and set the fMask parameter‹member? to the items you want to retrieve 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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

REBARBANDINFO