Microsoft Speech Platform
ISpRecognizer::IsSharedInstance
ISpRecognizer::IsSharedInstance determines the recognizer is the shared or InProc implementation.
HRESULT IsSharedInstance ( void );
Parameters
None.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. |