int GetStreamFormat( ) const;
Return Value
One of the following flags:
Remarks
Call this function to determine the text format for streaming the contents of the rich edit. The return value is based on the m_bRTF data member. This function returns SF_RTF if m_bRTF is TRUE; otherwise, SF_TEXT.
CRichEditDoc Overview | Class Members | Hierarchy Chart
See Also CRichEditDoc::m_bRTF, CRichEditCtrl::StreamIn, CRichEditCtrl::StreamOut