You are reading help file online using chmlib.com
|
ISpSREngineSite::SetWordClientContext sets an engine-defined context pointer on a CFG word.
This allows an engine to associate a pointer to its own data with each word. This can be quickly recovered with the ISpSREngineSite::GetWordInfo method.
HRESULT SetWordClientContext(
SPWORDHANDLE hWord,
void *pvClientContext
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
SPERR_INVALID_HANDLE | Invalid word handle parameter. |
FAILED (hr) | Other appropriate error message. |
You are reading help file online using chmlib.com
|