Microsoft Speech SDK
SAPI 5.1
ISpCFGInterpreterSite::AddProperty
ISpCFGInterpreterSite::AddProperty adds a property entry to the phrase object.
HRESULT AddProperty(
const SPPHRASEPROPERTY *pProperty
);
Parameters
- pProperty
- [in] Address of the SPPHRASEPROPERTY structure that contains the property information.
Return values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pProperty is bad or invalid. |
SPERR_UNINITIALIZED | The object is uninitialized. |
FAILED(hr) | Appropriate error message. |