Microsoft Speech Platform
ISpVoice::GetOutputStream
ISpVoice::GetOutputStream retrieves a pointer to the current output stream.
HRESULT GetOutputStream(
ISpStreamFormat **ppStream
);
Parameters
- ppStream
- [out] Address of a pointer to an ISpStreamFormat object that receives the output stream.
Return values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | ppstream is invalid. |