You are reading help file online using chmlib.com
|
ISpPhraseBuilder::AddProperties adds property entries to the phrase object.
HRESULT AddProperties(
const SPPHRASEPROPERTYHANDLE hParent,
const SPPHRASEPROPERTY *pProperty,
SPPHRASEPROPERTYHANDLE *phNewProperty
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | One or more parameters are invalid. |
| E_POINTER | Invalid pointer. |
| SPERR_UNINITIALIZED | The object has not been properly initialized. |
| SPERR_ALREADY_INITIALIZED | The object has already been initialized. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|