SPVCONTEXT
This structure defines a voice context. It consists of strings passed to ISpVoice::Speak through a <Context> XML tag.
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
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.