Microsoft Speech SDK
SAPI 5.1
SpGetComboBoxToken
SpGetComboBoxToken returns a pointer to a token specified by the index in a combo box.
Found in: spuihelp.h
ISpObjectToken* SpGetComboBoxToken(
HWND hwnd,
WPARAM index
);
Parameters
- hwnd
- [in] The handle to the combo box.
- index
- [in] Specifies the index of the member to be returned.
Return values
Returns a pointer to an ISpObjectToken type.