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 method gets some miscellaneous engine setting or engine information.

Syntax

HRESULT  GetProperty (
  SPTYPEHEADER* 
psth
);

Parameters

psth

[out][in] This is always of type SPT_PROP. It passes the property information in or out.

Return Value

Value Description

S_OK

Success

E_NOTIMPL

Not implemented.

Otherwise, it returns an appropriate failure code from the return code list.

Remarks

Please contact Microsoft before implementing this function.

Requirements

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

See Also