IPersistPropertyBagImpl::Save

HRESULT Save( LPPROPERTYBAG pPropBag, BOOL fClearDirty, BOOL fSaveAllProperties );

See IPersistPropertyBag::Save in the Win32 SDK.

Remarks

Saves the object's properties into a client-supplied property bag. ATL uses the object's property map to store this information. By default, this method saves all properties, regardless of the value of fSaveAllProperties.

IPersistPropertyBagImpl OverviewClass Members

See Also   BEGIN_PROP_MAP, IPersistPropertyBagImpl::Load, IPropertyBag