Helper SpGetCategoryFromId (SAPI 5.4)

Microsoft Speech API 5.4

SpGetComboBoxToken

SpGetComboBoxToken returns a pointer to a token specified by the index in a combo box.

Found in: spuihelp.h

  
    ISpObjectToken* SpGetComboBoxToken(
   HWND 	hwnd,
   WPARAM	index
);

Parameters

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

Return values

Returns a pointer to an ISpObjectToken type.