Share via


SPRECOEVENTFLAGS (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations