Platform SDK: Web Telephony Engine

WTEApplication.SRParameters Property

The SRParameters property sets or retrieves a string that encapsulates the SRMODEINFO and SRMODEINFORANK structures.

Syntax

WTEApplication.SRParameters [ = sParameters ]

Possible Values

sParameters
String specifying fields and corresponding values in the following format: "field1=value1;field2=value2;...". Not all fields should be specified. The ranking is determined by the field order in the string. Possible fields and values include:

EngineID - GUID

MfgName - String

ProductName - String

ModeID - GUID

ModeName - String

LanguageID - Number (WORD)

Dialect - String

Sequencing - Number (WORD)

MaxWordsVocab - Number (DWORD)

MaxWordsState - Number (DWORD)

Grammars - Number (DWORD)

Features - Number (DWORD)

Interfaces - Number (DWORD)

EngineFeatures - Number (DWORD)

This property is read-write.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

WTEApplication