SPRECOEVENTFLAGS (Windows CE 5.0)

Send Feedback

This enumeration defines flags that indicate the state of the SR engine.

typedef enum SPRECOEVENTFLAGS{  SPREF_AutoPause = (1 << 0)  SPREF_Emulated = (1 << 1)} SPRECOECOEVENTFLAGS;

Elements

  • SPREF_AutoPause
    Engine is in auto-pause state. Recognitions in this state use the auto-pause feature.
  • SPREF_Emulated
    Engine is in emulation state.

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.