Share via


SPLOADOPTIONS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

SAPI Enumerations