CRichEditView::InsertItem
Visual Studio 2005
Call this function to insert a CRichEditCntrItem object into a rich edit view.
HRESULT InsertItem( CRichEditCntrItem* pItem );
Parameters
- pItem
-
Pointer to the item to be inserted.
For more information on HRESULT, see Structure of COM Error Codes in the Platform SDK.