The ATRERR_DRS_WIRE_V1 structure defines attribute errors.
typedef struct {
DSNAME* pObject;
ULONG count;
PROBLEMLIST_DRS_WIRE_V1 FirstProblem;
} ATRERR_DRS_WIRE_V1;
pObject: The identity of the object being processed when the error occurred.
count: The count of items in the FirstProblem linked list.
FirstProblem: The first element in the linked list of attribute errors.