SPLOADOPTIONS (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines options for loading a grammar. The load options are used by the ISpRecoGrammar interface.
Syntax
typedef enum SPLOADOPTIONS{
SPLO_STATIC = 0,
SPLO_DYNAMIC = 1
} SPLOADOPTIONS;
Elements
- SPLO_STATIC
Grammar is loaded statically.
- SPLO_DYNAMIC
Grammar is loaded dynamically, meaning that rules can be modified and committed at run time.
Requirements
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |