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