CRichEditCntrItem::CRichEditCntrItem

CRichEditCntrItem( REOBJECT* preo = NULL, CRichEditDoc* pContainer = NULL );

Parameters

preo

Pointer to an structure which describes an OLE item. The new CRichEditCntrItem object is constructed around this OLE item. If preo is NULL, the client item is empty.

pContainer

Pointer to the container document that will contain this item. If pContainer is NULL, you must explicitly call COleDocument::AddItem to add this client item to a document.

Remarks

Call this function to create a CRichEditCntrItem object and add it to the container document. This function does not perform any OLE initialization.

For more information, see the structure in the Win32 documentation.

CRichEditCntrItem OverviewClass MembersHierarchy Chart

See Also   COleDocument::AddItem, CRichEditDoc