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