IPersistStreamInitImpl::Load

 

Loads the object's properties from the specified stream.

Syntax

      STDMETHOD(Load)(
   LPSTREAM pStm 
);

Remarks

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

See IPersistStreamInit::Load in the Windows SDK.

Requirements

Header: atlcom.h

See Also

IPersistStreamInitImpl Class
BEGIN_PROP_MAP
IPersistStreamInitImpl::Save
IStream