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 stream.
Syntax
STDMETHOD(Save)(
LPSTREAM pStm,
BOOL fClearDirty
);
Remarks
ATL uses the object's property map to store this information.
See IPersistStreamInit::Save in the Windows SDK.
Requirements
Header: atlcom.h
See Also
IPersistStreamInitImpl Class
BEGIN_PROP_MAP
IPersistStreamInitImpl::Load
IStream