Share via


COleServerDoc::OnGetEmbeddedItem

virtualCOleServerItem*OnGetEmbeddedItem()=0;

Return Value

A pointer to an item representing the entire document; NULL if the operation failed.

Remarks

Called by the framework when a container application calls the server application to create or edit an embedded item. There is no default implementation. You must override this function to return an item that represents the entire document. This return value should be an object of a COleServerItem-derived class.

COleServerDoc OverviewClass MembersHierarchy Chart

See Also   COleLinkingDoc::OnGetLinkedItem, COleServerItem