Share via


SPTRANSITIONPROPERTY

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

SAPI Structures