OleSavedClientDoc

3.1

  #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.

Parameters

lhClientDoc

Identifies the document that has been saved.

Return Value

The return value is OLE_OK if the function is successful. Otherwise, it is an error value, which may be OLE_ERROR_HANDLE.

Comments

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.

See Also

OleRegisterClientDoc, OleRenameClientDoc, OleRevertClientDoc, OleRevokeClientDoc