Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Obtains file format information about items that require saving, and enables the programmatic loading or saving of an object in a format specified by the user.
The IPersistFileFormat type exposes the following members.
Methods
Name
Description
Overloaded.
Returns the path to an object's current working file, or, if there is not a current working file, the object's default file name prompt.
Provides the caller with the information necessary to open the standard common Save As dialog box (using the GetSaveFileNameViaDlg function) on behalf of the object.
Instructs the object to initialize itself in the untitled state.
Determines whether an object has changed since being saved to its current file.
Opens a specified file and initializes an object from the file contents.
Saves a copy of the object into the specified file.
Notifies the object that it has concluded the Save transaction and that the object can write to its file.
Top