4.1.1.1.19 SECERR_DRS_WIRE_V1

The SECERR_DRS_WIRE_V1 structure defines a security error.

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