CDocObjectServerItem::CDocObjectServerItem

CDocObjectServerItem(COleServerDoc*pServerDoc, BOOLbAutoDelete);

Parameters

pServerDoc

A pointer to the document that will contain the new DocObject item.

bAutoDelete

Indicates whether the object can be deleted when a link to it is released. Set the argument to FALSE if the CDocObjectServerItem object is an integral part of your document’s data. Set it to TRUE if the object is a secondary structure used to identify a range in your document’s data that can be deleted by the framework.

Remarks

Constructs a CDocObjectServerItem object.

CDocObjectServerItem OverviewClass MembersHierarchy Chart

See Also   CDocObjectServer