IPersist |
The IPersistStream type exposes the following members.
| Name | Description | |
|---|---|---|
| GetClassID | Retrieves the class identifier. | |
| GetSizeMax | Retrieves the maximum size of the stream needed to save the object. | |
| IsDirty | Determines whether the object has changed since it was last saved. | |
| Load | Loads the object from a stream. | |
| Save | Saves the object to a stream. |