ISpRecognizerLite::Initialize
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 |