4.1.1.1.14 NAMERR_DRS_WIRE_V1

The NAMERR_DRS_WIRE_V1 structure defines a name resolution error.

 typedef struct {
   DWORD dsid;
   DWORD extendedErr;
   DWORD extendedData;
   USHORT problem;
   DSNAME* pMatched;
 } NAMERR_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).

pMatched: The best match for the supplied object identity.