SPRULEENTRY
Other versions of this page are also available for the following:
8/28/2008
This structure contains information about a rule.
Syntax
typedef [restricted] struct SPRULEENTRY{
SPRULEHANDLE hRule;
SPSTATEHANDLE hInitialState;
DWORD Attributes;
void* pvClientContext;
void* pvClientGrammarContext;
} SPRULEENTRY;
Members
- hRule
Unique handle to the rule.
- hInitialState
Handle to the initial state of the rule.
- Attributes
Attributes of the rule. Possible values are defined for the SPCFGRULEATTRIBUTES enumeration.
- pvClientContext
Pointer to the client rule context that the engine sets using a call to ISpSREngineSite::SetRuleClientContext.
- pvClientGrammarContext
Pointer to the client grammar context that identifies the grammar to which the rule belongs. The engine sets this value in the ISpSREngine::OnCreateGrammar method.
Requirements
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |