Share via


SPBOOKMARKOPTIONS (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines notifications for bookmark events.

Syntax

typedef enum SPBOOKMARKOPTIONS{
  SPBO_NONE = 0,
  SPBO_PAUSE = 1
} SPBOOKMARKOPTIONS;

Elements

  • SPBO_NONE
    Do not pause speech recognition context when associated bookmark event occurs.
  • SPBO_PAUSE
    Pause recognition context when associated bookmark event occurs.

Requirements

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

See Also

Reference

SAPI Enumerations
ISpRecoContext::Pause