SPCFGNOTIFY (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.