Helper SpGetCategoryFromId

Microsoft Speech SDK

The Microsoft.com Speech website 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

ValueDescription
S_OKFunction completed successfully.
FAILED (hr)Appropriate error message.