Microsoft Speech Platform
ISpRecoCategory::GetType
New in Microsoft Speech Platform
ISpRecoCategory::GetType returns the type of a category.
HRESULT GetType(
SPCATEGORYTYPE *peCategoryType
);
Parameters
- peCategoryType
- [out] A pointer to memory that will receive a value of the SPCATEGORYTYPE enumerated type.
Return values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | The memory pointed to by peCategoryType cannot be written to. |
FAILED(hr) | Appropriate error message. |