CMFCRibbonBar::SaveToXMLBuffer

Saves the Ribbon Bar to a buffer.

UINT SaveToXMLBuffer(
   LPBYTE* ppBuffer
) const;

Parameters

  • ppBuffer
    When this function returns, ppBuffer points to a buffer allocated by this method and contains Ribbon Bar information in XML format.

Return Value

TRUE if successful; otherwise FALSE.

Requirements

Header: afxribbonbar.h

See Also

Reference

CMFCRibbonBar Class