Share via


SPVCONTEXT

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure defines a voice context. It consists of strings passed to ISpVoice::Speak through a <Context> XML tag.

Syntax

typedef [restricted] struct SPVCONTEXT{
  LPCWSTR  pCategory;
  LPCWSTR  pBefore;
  LPCWSTR  pAfter;
} SPVCONTEXT;

Members

  • pCategory
    String passed in with the identifier attribute.
  • pBefore
    String passed in with the Before attribute.
  • pAfter
    String passed in with the After attribute.

Requirements

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

See Also

Reference

SAPI Structures