Edit

Share via


AppDeploymentTypeData Structure

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

Syntax

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

Application Management Client Interfaces
Configuration Manager Software Development Kit
Configuration Manager Reference