共用方式為


RB_GETBARINFO (Windows CE 5.0)

Send Feedback

This message retrieves information about the rebar control and the image list it uses.

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

Parameters

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

Return Values

Nonzero indicates success. Zero indicates otherwise.

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.