Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
SPVCONTEXT
SPVCONTEXT contains strings passed into an ISpVoice::Speakcall using a <Context> XML tag. See the XML Schema : SAPI white paper for more details.
typedef struct SPVCONTEXT
{
LPCWSTR pCategory;
LPCWSTR pBefore;
LPCWSTR pAfter;
} SPVCONTEXT;
Members
- pCategory
String passed in with the ID attribute. - pBefore
String passed in with the Before attribute. - pAfter
String passed in with the After attribute.