ISpRecognizerLite::Initialize

Send Feedback

This method prepares the engine for usage.

HRESULT  Initialize (
  SPTYPEHEADER* psth
);

Parameters

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

Return Values

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

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

See Also

ISpRecognizerLite


Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.


Show: