ISpRecoGrammar::LoadCmdFromFile (Windows CE 5.0)
This method loads a SAPI 5.0 command and control grammar from a file. The file can either be a compiled or uncompiled grammar file. To modify the rules of the grammar after it has been loaded, specify SPLO_DYNAMIC for the Options parameter, otherwise specify the SPLO_STATIC flag.
HRESULT LoadCmdFromFile(const WCHAR* pszFileName,SPLOADOPTIONS Options);
Parameters
- pszFileName
[in] Pointer to the name of the file containing the command and control grammar. SAPI 5.0 supports loading of compiled and static grammars using URL. - Options
[in] Value indicating if the grammar will be modified dynamically. Possible values are defined for the SPLOADOPTIONS enumeration.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pszFileName is invalid or bad. Alternatively, Options is neither SPLO_STATIC nor SPLO_DYNAMIC. |
FAILED(hr) | Appropriate error message. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
Link Library: Sapilib.lib.
See Also
ISpRecoGrammar | SAPI Interfaces
Send Feedback on this topic to the authors