ISpCFGInterpreterSite::AddProperty (Windows CE 5.0)
This method adds a property entry to the phrase object.
HRESULT AddProperty( const SPPHRASEPROPERTY* pProperty);
Parameters
- pProperty
[in] Pointer to an SPPHRASEPROPERTY structure that contains the property information.
Return Values
The following table shows the possible 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. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapiddk.h, Sapiddk.idl.
Link Library: Sapilib.lib.
See Also
ISpCFGInterpreterSite | SAPI Interfaces
Send Feedback on this topic to the authors