◄CObject► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation OLE Classes────────────────────────────────────────── Description COleClientDoc is the Microsoft Foundation Class Library base class for Object Linking and Embedding (OLE) client documents. A "client document" is a compound document that contains different kinds of data in various formats. The client document acts as a container for individual OLE client items and usually corresponds to an application's document window. #include <afxole.h> See Also ◄COleClientItem► Public Members Construction/Destruction ◄COleClientDoc► Constructs a COleClientDoc object. ◄~COleClientDoc► Destroys the object. Registration/Revocation ◄Register► Registers a client document. ◄Revoke► Revokes the client document registration. Status ◄IsOpen► Checks to see if a client document is registered. Operations ◄NotifyRename► To be called after the client document is renamed. ◄NotifyRevert► To be called after the client document reverts to its original state. ◄NotifySaved► To be called after the client document is saved. Overridables (callbacks) ◄GetNextItem► Gets next item for this document. -♦-