You are reading help file online using chmlib.com
|
ISpCFGInterpreterSite::GetResourceValue retrieves the resource information for a grammar.
HRESULT GetResourceValue(
const WCHAR *pszResourceName,
WCHAR **ppCoMemResource
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | One of the parameters is bad or invalid. |
| E_OUTOFMEMORY | Exceeded available memory. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|