IPersistStreamInitImpl::Save

HRESULT Save( LPSTREAM pStm, BOOL fClearDirty );

See IPersistStreamInit::Save in the Win32 SDK.

Remarks

Saves the object's properties to the specified stream. ATL uses the object's property map to store this information.

IPersistStreamInitImpl OverviewClass Members

See Also   BEGIN_PROP_MAP, IPersistStreamInitImpl::Load, IStream