In Configuration Manager, the AppDeploymentTypeItem structure contains detection results for an individual deployment type.

typedef struct tagAppDeploymentTypeItem
{
	LPWSTR szId;
	DWORD dwRevision;
	AppDetectState eDetectState;
	DWORD dwErrorCode;
}AppDeploymentTypeItem, *PAppDeploymentTypeItem;

Members

szId

ID of the deployment item.  
dwRevision

Revision.  
eDetectState

Detect state.  
dwErrorCode

Error code.  

See Also