Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
ISpSREngine2::SetRulePriority
ISpSREngine2::SetRulePriority sets the priority of a particular rule. Rules with higher priority have precedence.
HRESULT SetRulePriority(
SPRULEHANDLE hRule,
void *pvClientRuleContext,
int nRulePriority
);
Parameters
- hRule
A handle to the rule. - pvClientRuleContext
Pointer to the engine's data associated with the rule. - nRulePriority
The priority.
Return values
| Value |
| S_OK |
| E_NOINTERFACE |