[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;
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.