You are reading help file online using chmlib.com
|
ISpCFGInterpreterSite::AddProperty adds a property entry to the phrase object.
HRESULT AddProperty(
const SPPHRASEPROPERTY *pProperty
);
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. |
You are reading help file online using chmlib.com
|