SPTRANSITIONPROPERTY (Windows Embedded CE 6.0)
1/6/2010
This structure contains transition property information.
Syntax
typedef [restricted] struct SPTRANSITIONPROPERTY{
const WCHAR* pszName;
ULONG ulId;
const WCHAR* pszValue;
VARIANT vValue;
} 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
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |