Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains transition state information.
typedef [restricted] struct SPSTATEINFO{ ULONGcAllocatedEntries; SPTRANSITIONENTRY* pTransitions; ULONGcEpsilons; ULONGcRules; ULONGcWords; ULONGcSpecialTransitions;} SPSTATEINFO;
Members
- cAllocatedEntries
Total number of entries specified by pTransitions. - pTransitions
Pointer to SPTRANSITIONENTRY structures defining state transitions. - cEpsilons
Number of epsilon transitions specified by pTransitions. See the SPTRANSITIONTYPE enumeration. - cRules
Number of rule transitions specified by pTransitions. See SPTRANSITIONTYPE. - cWords
Number of word transitions specified by pTransitions. See SPTRANSITIONTYPE. - cSpecialTransitions
Number of special transitions specified by pTransitions. Special transitions include text buffer, wildcard, and dictation transitions. See SPTRANSITIONTYPE.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Send Feedback on this topic to the authors