CRichEditView::InsertFileAsObject
void InsertFileAsObject( LPCTSTR lpszFileName );
Parameters
lpszFileName
String containing the name of the file to be inserted.
Remarks
Call this function to insert the specified file (as a CRichEditCntrItem object) into a rich edit view.
CRichEditView Overview | Class Members | Hierarchy Chart
See Also CRichEditView::InsertItem, CRichEditCntrItem