You are reading help file online using chmlib.com
|
ISpCFGInterpreterSite::AddTextReplacement adds one text replacement to the phrase. The object must have been initialized by calling SetPhrase prior to calling this method.
HRESULT AddTextReplacement(
SPPHRASEREPLACEMENT *pReplace
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pReplace is invalid or bad. |
SPERR_UNINITIALIZED | The object is uninitialized. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|