You are reading help file online using chmlib.com
|
SPVCONTEXT contains strings passed into an ISpVoice::Speak call 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;
You are reading help file online using chmlib.com
|