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
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.