BCGControlBar Pro for MFC
CBCGPSVGUpdateData

Detailed Description

The CBCGPSVGUpdateData structure is used as LPARAM of BCGM_ONUPDATESVGICON registered message. It contains an original XML of SVG icon (empty when the icon is being added) and either XML code or path to SVG icon

Public Attributes

 m_strSVGBufferInInput: XML of SVG icon. If this member is empty, a new icon is added.
 
 m_strSVGBufferOutOutput: XML of SVG icon. If this member is empty, m_strSVGPathOut will be used.
 
 m_strSVGPathOutOutput: SVG icon path.