You are reading help file online using chmlib.com
|
ISpPhraseBuilder::AddElements adds a copy of the given element to the end of this object's element list.
HRESULT AddElements(
ULONG cElements,
const SPPHRASEELEMENT *pElement
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | One or more parameters are invalid. |
SPERR_UNINITIALIZED | The object has not been properly initialized. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|