You are reading help file online using chmlib.com
|
ISpRecoGrammar::GetRecoContext retrieves the ISpRecoContext object that created this grammar. If this method succeeds, the application using this method must call Release() on the SpRecoContext object returned.
HRESULT GetRecoContext(
ISpRecoContext **ppRecoCtxt
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | ppRecoCtxt is invalid or bad. |
You are reading help file online using chmlib.com
|