Share via


SPRULEENTRY (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

SAPI Structures