SPSTATEINFO
Other versions of this page are also available for the following:
8/28/2008
This structure contains transition state information.
Syntax
typedef [restricted] struct SPSTATEINFO{
ULONG cAllocatedEntries;
SPTRANSITIONENTRY* pTransitions;
ULONG cEpsilons;
ULONG cRules;
ULONG cWords;
ULONG cSpecialTransitions;
} 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
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |