Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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