You are reading help file online using chmlib.com
|
ISpPhraseBuilder::AddRules adds phrase rules to the phrase object.
HRESULT AddRules(
const SPPHRASERULEHANDLE hParent,
const SPPHRASERULE *pRule,
SPPHRASERULEHANDLE *phNewRule
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | Invalid pointer. |
SPERR_UNINITIALIZED | The object has not been properly initialized. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|