4.1.1.1.13 INTFORMPROB_DRS_WIRE_V1
The INTFORMPROB_DRS_WIRE_V1 structure defines an attribute error.
-
typedef struct { DWORD dsid; DWORD extendedErr; DWORD extendedData; USHORT problem; ATTRTYP type; BOOL valReturned; ATTRVAL Val; } INTFORMPROB_DRS_WIRE_V1;
dsid: The implementation-specific diagnostic code.
extendedErr: 0, STATUS code, or Windows error code.
extendedData: The implementation-specific diagnostic code.
problem: 0 or PROBLEM error code (section 4.1.1.1.26).
type: The attribute that was being processed when the error occurred.
valReturned: If true, the offending value is returned in the Val member.
Val: The offending value.