Share via


SPRECOEVENTFLAGS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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