Share via


SPTYPE

Send Feedback

This enumeration identifies the structure that was passed between the engine and the client.

enum __SPTYPE {
SPT_NULL = 0,
SPT_DWORD = SPT_NULL + 1,
SPT_BSTR = SPT_DWORD + 1,
SPT_PROP = SPT_BSTR + 1
} SPTYPE;

Enumerators

  • SPT_NULL
    Represents a type header.
  • SPT_DWORD
    Identifies an SPDWORD.
  • SPT_BSTR
    Identifies an SPBSTR.
  • SPT_PROP
    Identifies an SPPROP.

Requirements

Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: itspeech.h

See Also

SAPI-Lite Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.