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