Helper SpGetCategoryFromId

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK

SAPI 5.1


SpGetListBoxToken

SpGetListBoxToken returns a pointer to a token as specified by the index in a list box.

Found in: spuihelp.h

ISpObjectToken* SpGetListBoxToken(
   HWND 	hwnd,
   WPARAM 	index
);

Parameters

hwnd
[in] The handle to the list box.
index
[in] Specifies the index of the member to be returned.

Return values

Returns a pointer to an ISpObjectToken type.