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