Share via


SPWORDENTRY

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure contains information about a word that can be recognized. It is used by SAPI and an SR engine for information exchange.

Syntax

typedef [restricted] struct SPWORDENTRY{
  SPWORDHANDLE hWord;
  LANGID LangID;
  const WCHAR* pszDisplayText;
  const WCHAR* pszLexicalForm;
  SPPHONEID* aPhoneId;
  void* pvClientContext;
} SPWORDENTRY;

Members

  • hWord
    Handle to the current word.
  • LangID
    Language identifier.
  • pszDisplayText
    Pointer to a null-terminated string specifying display text information.
  • pszLexicalForm
    Pointer to a null-terminated string specifying the lexical text information.
  • aPhoneId
    Pointer to a null-terminated array of phoneme identifiers for the word.
  • pvClientContext
    Pointer to the client context to associate with the word entry.

Requirements

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Structures