Share via


SPCFGNOTIFY (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines event notifications related to the addition, deletion, invalidation, activation, and deactivation of rules in the loaded grammars.

Syntax

typedef enum SPCFGNOTIFY{
  SPCFGN_ADD,
  SPCFGN_REMOVE,
  SPCFGN_INVALIDATE,
  SPCFGN_ACTIVATE,
  SPCFGN_DEACTIVATE
} SPCFGNOTIFY;

Elements

  • SPCFGN_ADD
    Add grammar rule.
  • SPCFGN_REMOVE
    Remove grammar rule.
  • SPCFGN_INVALIDATE
    Invalidate grammar rule. The application has edited the rule, therefore the engine needs to reread the rule contents.
  • SPCFGN_ACTIVATE
    Start grammar rule.
  • SPCFGN_DEACTIVATE
    Stop grammar rule.

Requirements

Header Sapiddk, sapiddk.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations