SPVCONTEXT (Windows CE 5.0)
This structure defines a voice context. It consists of strings passed to ISpVoice::Speak through a <Context> XML tag.
typedef [restricted] struct SPVCONTEXT{ LPCWSTRpCategory; LPCWSTRpBefore; LPCWSTRpAfter;} 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
Send Feedback on this topic to the authors