You are reading help file online using chmlib.com
|
SPPROPERTYINFO contains the information for a semantic property.
typedef struct tagSPPROPERTYINFO
{
const WCHAR *pszName;
ULONG ulId;
const WCHAR *pszValue;
VARIANT vValue;
} SPPROPERTYINFO;
You are reading help file online using chmlib.com
|