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 prepares the engine for usage.

Syntax

HRESULT  Initialize (
  SPTYPEHEADER* 
psth
);

Parameters

psth

[out][in] Pointer to initialization information. This parameter is currently ignored and is NULL.

Return Value

Value Description

S_OK

Success

SPERR_ALREADY_INITIALIZED

This object was already initialized.

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

Remarks

This method must be called successfully before the engine is used.

Requirements

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

See Also