Share via


IPersistPropertyBagImpl::Load

Loads the object's properties from a client-supplied property bag.

STDMETHOD(Load)( 
   LPPROPERTYBAG pPropBag, 
   LPERRORLOG pErrorLog  
);

Remarks

ATL uses the object's property map to retrieve this information.

See IPersistPropertyBag::Load in the Windows SDK.

Requirements

Header: atlcom.h

See Also

Reference

IPersistPropertyBagImpl Class

BEGIN_PROP_MAP

IPersistPropertyBagImpl::Save

IPropertyBag

IErrorLog