SPRULESTATE (Windows CE 5.0)

Send Feedback

This enumeration defines grammar rule states.

typedef enum SPRULESTATE{  SPRS_INACTIVE = 0,  SPRS_ACTIVE = 1,  SPRS_ACTIVE_WITH_AUTO_PAUSE = 3} SPRULESTATE;

Elements

  • SPRS_INACTIVE
    Grammar rule is inactive.
  • SPRS_ACTIVE
    Grammar rule is active.
  • SPRS_ACTIVE_WITH_AUTO_PAUSE
    SR engine will be placed in the paused state when the grammar rule is recognized. This state is just for information and can be handled in the same way as SPRS_ACTIVE.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.