SECOleServerDoc Class
class SECOleServerDoc: public COleServerDoc
COleServerDoc derived class to provide support for OT docking windows inside an OLE IP Server
Defined in: Soledock.h
Comments
Use this class in place of an existing COleServerDoc base class to provide native support for OT docking windows with an OLE IP Server. In addition to a base class change, make sure all base member invocations of your derived class now invoke SECOleServerDoc in place of COleServerDoc.
See Also