IPersistStorageImpl::Load
Loads the object's properties from the specified storage.
STDMETHOD(Load)(
IStorage* pStorage
);
Remarks
The ATL implementation delegates to the IPersistStreamInit interface. Load uses a stream named "Contents" to retrieve the object's data. The Save method originally creates this stream.
See IPersistStorage:Load in the Windows SDK.
Requirements
Header: atlcom.h