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 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
Send Feedback on this topic to the authors