You are reading help file online using chmlib.com
|
ISpStream::GetBaseStream retrieves the encapsulated IStream object for an instance of the ISpStream object.
HRESULT GetBaseStream(
IStream **ppStream
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | The ppStream pointer is invalid or bad. |
SPERR_STREAM_CLOSED | The stream is closed or unavailable. |
S_FALSE | The ISpStream instance has not been initialized with an IStream. |
You are reading help file online using chmlib.com
|