ITEMPROP structure

Obsolete. Contains information associated with the item property.

Syntax


typedef struct _tagITEMPROP {
  VARIANT variantValue;
  LPWSTR  pwszName;
} ITEMPROP, *LPITEMPROP;

Members

variantValue

VARIANT whose type depends on the data type of the item property information it contains.

pwszName

Address of a string value that contains the name of the item.

Remarks

Windows Internet Explorer 7 and later. This structure is obsolete and should not be used.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Subsmgr.h

 

 

Show: