PACKAGEINFOLIST

[This is preliminary documentation and subject to change.]

The PACKAGEINFOLIST structure is used in the IClassRefresh::GetUpgrades method to return a list of packages that have been updated.

typedef struct tagPACKAGEINFOLIST 
{ 
    DWORD     cPackInfo; 
    [size_is(cPackInfo), unique] PACKAGEINFO* pPackageInfo; 
} PACKAGEINFOLIST; 
 

Members

cPackInfo
Indicates the number of package info structures in pPackageInfo.
pPackageInfo
Specifies an array of pointers to PACKAGEINFO structures.

QuickInfo

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

See Also

IClassRefresh_GetUpgrades