SPSTATEINFO

This structure contains transition state information.

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

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Structures

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.