The following functions affect documents in an OLE client application.
| Function | Description |
| OleRegisterClientDoc | Registers a client document. |
| OleRenameClientDoc | Informs the client DLL that a registered document was renamed. |
| OleRevertClientDoc | This function is provided in the client DLL and header file (OLE.H) for compatibility reasons. |
| OleRevokeClientDoc | Informs the client DLL that a registered document was closed. |
| OleSavedClientDoc | Informs the client DLL that a registered document was saved. |
The document management functions are discussed in the following sections.