4.1.1.1.20 SVCERR_DRS_WIRE_V1
The SVCERR_DRS_WIRE_V1 structure defines a service error.
-
typedef struct { DWORD dsid; DWORD extendedErr; DWORD extendedData; USHORT problem; } SVCERR_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).