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.
public void SaveCompleted(String pszFileName);
S_OK -- Returned in all cases.
[in] pszFileName | Points to the absolute path of the file where the object was previously saved. |