Helper SpGetCategoryFromId

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK

SAPI 5.1


SpAddTokenToListBox

SpAddTokenToListBox adds the description of a token to a list box.

Found in: spuihelp.h

HRESULT SpAddTokenToListBox(
   HWND hwnd
   ISpObjectToken* pToken
);

Parameters

hwnd
[in] The handle to the list box.
pToken
[in] Pointer to the token to be added.

Return values

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