SPTYPE
4/8/2010
This enumeration identifies the structure that was passed between the engine and the client.
Syntax
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
Header | itspeech.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Smartphone 2002 and later |