You are reading help file online using chmlib.com
|
ISpVoice::GetOutputObjectToken retrieves the object token for the current audio output object.
HRESULT GetOutputObjectToken(
ISpObjectToken **ppObjectToken
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_POINTER | ppObjectToken is invalid. |
| S_FALSE | The current output stream does not have an object token |
You are reading help file online using chmlib.com
|