COleLinkingDoc::OnFindEmbeddedItem

virtual COleClientItem* OnFindEmbeddedItem( LPCTSTR lpszItemName );

Return Value

A pointer to the specified item; NULL if the item is not found.

Parameters

lpszItemName

Pointer to the name of the embedded OLE item requested. 

Remarks

Called by the framework to determine whether the document contains an embedded OLE item with the specified name. The default implementation searches the list of embedded items for an item with the specified name (the name comparison is case sensitive). Override this function if you have your own method of storing or naming embedded OLE items.

COleLinkingDoc OverviewClass MembersHierarchy Chart

See Also   COleClientItem, COleLinkingDoc::OnGetLinkedItem