IPersistStreamInitImpl Class Members

IPersist Methods

GetClassID Retrieves the object's CLSID.

IPersistStreamInit Methods

GetSizeMax Retrieves the size of the stream needed to save the object's data. The ATL implementation returns E_NOTIMPL.
InitNew Initializes a newly created object.
IsDirty Checks whether the object's data has changed since it was last saved.
Load Loads the object's properties from the specified stream.
Save Saves the object's properties to the specified stream.

IPersistStreamInitImpl Overview