IPersistFileFormat Members
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 | |
---|---|---|
GetClassID | (Inherited from IPersist.) | |
GetClassID(Guid%) | ||
GetCurFile | 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. | |
GetFormatList | 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. | |
InitNew | Instructs the object to initialize itself in the untitled state. | |
IsDirty | Determines whether an object has changed since being saved to its current file. | |
Load | Opens a specified file and initializes an object from the file contents. | |
Save | Saves a copy of the object into the specified file. | |
SaveCompleted | Notifies the object that it has concluded the Save transaction and that the object can write to its file. |
Top