Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This structure is used to pass information in the form of a DWORD. The SPTYPEmust be set to SPT_DWORD for this structure.

Syntax

typedef struct __SPDWORD {
  SPTYPEHEADER spth;
  DWORD dwData;
} SPDWORD;

Members

spth

Contains the type and size of the structure, the type must be SPT_DWORD, and the size must be sizeof (SPDWORD).

dwData

The DWORD of information passed to the speech engine.

Requirements

Header itspeech.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Smartphone 2002 and later

See Also

Reference

SPTYPEHEADER