IPersistStorageImpl::Load

HRESULT Load( IStorage* pStorage );

See IPersistStorage:Load in the Win32 SDK.

Remarks

Loads the object's properties. 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.

IPersistStorageImpl OverviewClass Members

See Also   IStorage