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.
Saves the object's properties to the specified storage.
STDMETHOD(Save)(
IStorage* pStorage,
BOOL fSameAsLoad
);
Remarks
The ATL implementation delegates to the IPersistStreamInit interface. When Save is first called, it creates a stream named "Contents" on the specified storage. This stream is then used in later calls to Save and in calls to Load.
See IPersistStorage:Save in the Windows SDK.
Requirements
Header: atlcom.h