Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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