SPTRANSITIONPROPERTY (Windows CE 5.0)

Send Feedback

This structure contains transition property information.

typedef [restricted] struct SPTRANSITIONPROPERTY{  constWCHAR* pszName;  ULONGulId;  constWCHAR* pszValue;  VARIANTvValue;} SPTRANSITIONPROPERTY;

Members

  • pszName
    Pointer to a null-terminated string specifying the property name.
  • ulId
    Identifier for the property.
  • pszValue
    Pointer to a null-terminated string specifying the property value.
  • vValue
    VARIANT value. For dynamic grammars, this value is VT_BOOL, VT_I4, VT_R4, VT_R8, or VT_BYREF.

Requirements

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

See Also

SAPI Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.