You are reading help file online using chmlib.com
|
ISpSREngine::SetProprietaryRuleIdState sets the proprietary grammar rule ID state. This is used to activate or deactivate rules in non-standard proprietary grammars where each rule is identified by an ID.
HRESULT SetProprietaryRuleIdState(
void *pvEngineGrammar,
DWORD dwRuleId,
SPRULESTATE NewState
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|