Microsoft Speech SDK
SAPI 5.1
SpAddTokenToComboBox
SpAddTokenToComboBox adds the description of a token to a combo box.
Found in: spuihelp.h
HRESULT SpAddTokenToComboBox(
HWND hwnd
ISpObjectToken* pToken
);
Parameters
- hwnd
- [in] The handle to the combo box.
- pToken
- [in] Pointer to the token to be added.
Return values
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED (hr) | Appropriate error message. |