You are reading help file online using chmlib.com
|
ISpRecognizer::IsSharedInstance determines the recognizer is the shared or InProc implementation.
HRESULT IsSharedInstance ( void );
| 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. |
You are reading help file online using chmlib.com
|