Software FX Posted January 24, 2000 Report Share Posted January 24, 2000 You can pass a stream as follows: VARIANT v; V_VT(&v) = VT_STREAM; V_UNKNOWN(&v) = pStream; m_pChartFX->raw_Export(CHART_CFXOLEFILE,v); Where pStream point to a valid IStream. Frank SFX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.