SPBSTR

4/8/2010

This structure is used to pass a string. SPTYPE must be set to SPT_BSTR for this structure.

Syntax

typedef struct __SPBSTR {
  SPTYPEHEADER spth;
  UINT cbBstr;
  BSTR bstr;
} SPBSTR;

Members

  • spth
    Contains the type and size of the structure, the type must be SPT_BSTR, and the size must be sizeof (SPBSTR).
  • cbBstr
    The size of the string passed in bytes.
  • bstr
    The string data.

Requirements

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

See Also

Reference

SPTYPEHEADER