PACKAGEINFO

[This is preliminary documentation and subject to change.]

The PACKGEINFO structure is used in the PACKAGEINFOLIST structure.

typedef struct tagPACKAGEINFO
{
    LPOLESTR                          pszClassIconPath; 
    CLSID                             *pTreatAsClsid; 
    DWORD                              cPackages
    [size_is(cPackages)] PACKAGEDETAIL *pPackageDetail;
} PACKAGEINFO;
 

Members

pszClassIconPath
Specifies the UNC name of an icon file associated with this package.
pTreatAsClsid
Specifies a pointer to a CLSID, which this package is capable of emulating.
cPackages
Indicates the number of PACKAGEDETAIL structures in pPackageDetail.
pPackageDetail
Specifies an array of pointers to PACKAGEDETAIL structures.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in wtypes.h.

See Also

IClassRefresh_GetUpgrades