SPLOADOPTIONS (Windows CE 5.0)

Send Feedback

This enumeration defines options for loading a grammar. The load options are used by the ISpRecoGrammar interface.

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

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.