SPCFGNOTIFY

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

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

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

See Also

SAPI Enumerations

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.