Microsoft SDK for Java

SaveCompleted

This method of the IPersistFile interface notifies the object that it can write to its file. It does this by notifying the object that it can revert from NoScribble mode (in which it must not write to its file), to Normal mode (in which it can). The component enters NoScribble mode when it receives an Save call.

Syntax

public void SaveCompleted(String pszFileName);

Return Value

S_OK -- Returned in all cases.

Parameters

[in] pszFileName Points to the absolute path of the file where the object was previously saved.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.