Share via


SPTYPEHEADER

Send Feedback

This structure is a common header on every SpRecoLite structure for determining the type of structure being used.

typedef struct __SPTYPEHEADER {
  UINT cbSize;
  SPTYPE spt;
} SPTYPEHEADER;

Members

  • cbSize
    The structure size that includes the SPTYPEHEADER.
  • spt
    The structure type that includes the SPTYPEHEADER.

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.