SPDWORD

Send Feedback

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

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

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

See Also

SPTYPEHEADER

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.