This topic has not yet been rated - Rate this topic

CRichEditView::InsertItem 

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.

An HRESULT value indicating the success of the insertion.

For more information on HRESULT, see Structure of COM Error Codes in the Platform SDK.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.