Microsoft Speech API 5.4
ISpStream::GetBaseStream
ISpStream::GetBaseStream retrieves the encapsulated IStream object for an instance of the ISpStream object.
HRESULT GetBaseStream(
IStream **ppStream
);
Parameters
- ppStream
Address of a pointer to the encapsulated IStream that contains an audio stream or text stream.
Return values
| Value |
| S_OK |
| E_POINTER |
| SPERR_STREAM_CLOSED |
| S_FALSE |