SPRULEENTRY (SAPI 5.4)
Microsoft Speech API 5.4
SPRULEENTRY
SPRULEENTRY contains information about a rule.
typedef struct SPRULEENTRY
{
SPRULEHANDLE hRule;
SPSTATEHANDLE hInitialState;
DWORD Attributes;
void *pvClientRuleContext;
void *pvClientGrammarContext;
} SPRULEENTRY;
Members
- hRule
Handle to the rule. - hInitialState
Handle to the rule's initial state. - Attributes
The rule's attribute. - pvClientRuleContext
The client context pointer passed using ISpSREngineSite::SetRuleClientContext - pvClientGrammarContext
The client's grammar context pointer.