Helper SpGetCategoryFromId (SAPI 5.3)
Speech API 5.3
SpDeleteCurSelComboBoxToken
SpDeleteCurSelComboBoxToken deletes a token specified by the index of the currently selected item in a combo box.
Found in: spuihelp.h
HRESULT SpDeleteCurSelComboBoxToken(
HWND hwnd
);
Parameters
- hwnd
- [in] The handle to the combo box.
Return values
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| FAILED (hr) | Appropriate error message. |