In Configuration Manager, the AppDeploymentTypeData structure contains detection results for a set of deployment types.

typedef struct tagAppDeploymentTypeData
{
	DWORD cbSize;
	DWORD dwCount;
	PAppDeploymentTypeItem pData;
}AppDeploymentTypeData;

Members

cbSize

The size of this structure to indicate version.
dwCount

The number of discovered items.
PAppDeploymentTypeItem

An array of discovered items.

See Also