CRichEditView::InsertItem
HRESULT InsertItem( CRichEditCntrItem* pItem );
Return Value
An HRESULT value indicating the success of the insertion.
Parameters
pItem
Pointer to the item to be inserted.
Remarks
Call this function to insert a CRichEditCntrItem object into a rich edit view.
For more information on HRESULT, see in the Platform SDK.
CRichEditView Overview | Class Members | Hierarchy Chart
See Also CRichEditView::InsertFileAsObject, CRichEditCntrItem