SPTRANSITIONPROPERTY

This structure contains transition property information.

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

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

See Also

SAPI Structures

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.