#include <ole.h> |
OLESTATUS OleSavedClientDoc(lhClientDoc) | |||||
LHCLIENTDOC lhClientDoc; | /* handle of client document | */ |
The OleSavedClientDoc function informs the client library that a document has been saved.
lhClientDoc
Identifies the document that has been saved.
The return value is OLE_OK if the function is successful. Otherwise, it is an error value, which may be OLE_ERROR_HANDLE.
Client applications should register open documents with the client library and notify the library when a document is renamed, closed, saved, or restored to a saved state.
OleRegisterClientDoc, OleRenameClientDoc, OleRevertClientDoc, OleRevokeClientDoc