Helper SpGetCategoryFromId (SAPI 5.4)

Microsoft Speech API 5.4

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.