SPVCONTEXT (Windows CE 5.0)

Send Feedback

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

SAPI Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.