You are reading help file online using chmlib.com
|
ISpRecoContext::GetContextState retrieves the state of the recognition context.
HRESULT GetContextState(
SPCONTEXTSTATE *peContextState
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | One of the pointers is invalid or bad. |
FAILED(hr) | Appropriate error message. |
The default recognition context state for an ISpRecoContext object is SPCS_ENABLED.
Applications can use ISpRecoContext::SetContextState to set the context state.
You are reading help file online using chmlib.com
|