The APPDETAIL structure is used in the PACKAGEDETAIL structure.
typedef struct tagAPPDETAIL
{
GUID AppID;
DWORD cClasses;
[size_is(cClasses)] CLSID *prgClsIdList;
DWORD cTypeLibIds;
[size_is(cTypeLibIds)] CLSID *prgTypeLibIdList;
DWORD cServers;
[size_is(cServers)] LPOLESTR *prgServerNames;
LPOLESTR pMimeType;
} APPDETAIL;
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in wtypes.h.