ISpRecognizer::IsSharedInstance (Windows Embedded CE 6.0)
1/6/2010
This method determines if the recognizer is the shared or InProc implementation.
Syntax
HRESULT IsSharedInstance(void);
Parameters
None.
Return Value
The following table shows the possible return values.
Value | Description |
---|---|
S_OK |
Indicates that this instance of the recognition engine is being shared. |
S_FALSE |
Indicates that this instance of the recognition engine is not being shared. |
Requirements
Header | sapi.h, sapi.idl |
Library | sapilib.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |