BOOL GetBarInfo( REBARINFO* prbi ) const;
Return Value
Nonzero if successful; otherwise zero.
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.
Remarks
This member function implements the behavior of the Win32 message RB_GETBARINFO, as described in the Platform SDK.
CReBarCtrl Overview | Class Members | Hierarchy Chart
See Also CRebarCtrl::SetBarInfo