CReBarCtrl::GetBarInfo
Implements the behavior of the Win32 message RB_GETBARINFO, as described in the Windows SDK.
BOOL GetBarInfo(
REBARINFO* prbi
) const;
Parameters
- prbi
A pointer to a REBARINFO structure that will receive the rebar control information. You must set the cbSize member of this structure to sizeof(REBARINFO) before sending this message.
Return Value
Nonzero if successful; otherwise zero.
Requirements
Header: afxcmn.h