IPersistStreamInitImpl::Load

HRESULT Load( LPSTREAM pStm );

See IPersistStreamInit::Load in the Win32 SDK.

Remarks

Loads the object's properties from the specified stream. ATL uses the object's property map to retrieve this information.

IPersistStreamInitImpl OverviewClass Members

See Also   BEGIN_PROP_MAP, IPersistStreamInitImpl::Save, IStream