This topic has not yet been rated - Rate this topic

COleServerDoc::OnGetEmbeddedItem

Called by the framework when a container application calls the server application to create or edit an embedded item.

virtual COleServerItem* OnGetEmbeddedItem( ) = 0;

Return Value

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

Remarks

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.

See Also

COleServerDoc Overview | Class Members | Hierarchy Chart | COleLinkingDoc::OnGetLinkedItem | COleServerItem

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.