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
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED (hr) | Appropriate error message. |