Share via


SPPATHENTRY

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure contains path entry information. It is passed by the SR engine to ISpSREngineSite::ParseFromTransitions as part of an SPPARSEINFO structure.

Syntax

typedef [restricted] struct SPPATHENTRY{
  union {
    SPTRANSITIONID hTransition;
    SPPHRASEELEMENT elem;
  };
} SPPATHENTRY;

Members

  • hTransition
    Handle to the transition currently recognized.
  • elem
    Element information. If this member is blank, SAPI will fill in the information from the grammar.

Requirements

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

See Also

Reference

SAPI Structures