SPPATHENTRY (Windows Embedded CE 6.0)
1/6/2010
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 |