Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs a CDocObjectServerItem object.
CDocObjectServerItem(
   COleServerDoc* pServerDoc,
   BOOL bAutoDelete 
);
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.
Requirements
Header: afxdocob.h