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.
Initializes an object from the stream where it was saved previously.
Syntax
HRESULT Load(
[in] LPSTREAM pStm
);
Parameters
[in] pStm
An IStream pointer to the stream from which the object should be loaded.
Return value
This method can return the following values.
Return code | Description |
---|---|
|
The method completed successfully. |
|
The object was not loaded due to lack of memory. |
|
The object was not loaded due to some reason other than a lack of memory. |
Remarks
If the object has already been initialized with IPersistStreamInit::InitNew, then this method must return E_UNEXPECTED.
This method loads an object from its associated stream. The seek pointer is set as it was in the most recent IPersistStreamInit::Save method. This method can seek and read from the stream, but cannot write to it.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | ocidl.h |