9.3.4 OleSavedClientDoc

OLESTATUS OleSavedClientDoc(lhClientDoc)

LHCLIENTDOC lhClientDoc;

The OleSavedClientDoc function informs the client application library that a document has been saved.

Parameter Description

lhClientDoc Identifies the document that has been saved.

Client applications should register open documents with the client DLL and notify it when a document is renamed, closed, saved, or reverted to a saved state. The return value is OLE_OK if the function is successful. Otherwise, it is an error value, which can be OLE_ERROR_HANDLE.

See AlsoOleRegisterClientDoc, OleRevokeClientDoc, OleRenameClientDoc