Поделиться через


CRichEditView::InsertItem

Call this function to insert a CRichEditCntrItem object into a rich edit view.

HRESULT InsertItem(
   CRichEditCntrItem* pItem 
);

Параметры

  • 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 Windows SDK.

Требования

Header: afxrich.h

См. также

Основные понятия

CRichEditView Class

CRichEditView Members

Hierarchy Chart

CRichEditView::InsertFileAsObject

CRichEditCntrItem Class