SPPROPSRC (Windows CE 5.0)

Send Feedback

This enumeration defines the source object type of a property change method call. Currently the only supported value is SPPROPSRC_RECO_INST.

typedef enum SPPROPSRC{  SPPROPSRC_RECO_INST,  SPPROPSRC_RECO_CTX,  SPPROPSRC_RECO_GRAMMAR} SPPROPSRC;

Elements

  • SPPROPSRC_RECO_INST
    The source of the property change call was an IspRecognizer-based object or an ISpeechRecognizer-based object.
  • SPPROPSRC_RECO_CTX
    The source of the property change call was an ISpRecoContext or an ISpeechRecoContext-based object. Currently this value is not supported.
  • SPPROPSRC_RECO_GRAMMAR
    The source of the property change call was an ISpRecoGrammar or an ISpeechRecoGrammar-based object. Currently this value is not supported.

Requirements

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

See Also

SAPI Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.