You are reading help file online using chmlib.com
|
SPTRANSITIONPROPERTY contains transition property information.
typedef struct SPTRANSITIONPROPERTY
{
const WCHAR *pszName;
ULONG ulId;
const WCHAR *pszValue;
VARIANT vValue;
} SPTRANSITIONPROPERTY;
You are reading help file online using chmlib.com
|