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.
Microsoft Speech API 5.3
SPTRANSITIONPROPERTY
SPTRANSITIONPROPERTY contains transition property information.
typedef struct SPTRANSITIONPROPERTY
{
LPCWSTR *pszName;
ULONG ulId;
LPCWSTR *pszValue;
VARIANT vValue;
} SPTRANSITIONPROPERTY;
Members
- pszName
Address of a null-terminated string containing the name information. - ulId
Identifier associated with the transition property. - pszValue
Address of a null-terminated string containing the value information. - vValue
For dynamic grammars only, this value will be VT_BOOL, VT_I4, VT_R4, VT_R8, or VT_BYREF.