1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s4/idl: DsAddEntry - refactor DsAddEntryCtr2 structure

Reply structure definition was aligned with WSPP documentation
Ref: [MS-DRSR], section 4.1.1.1.7
This commit is contained in:
Kamen Mazdrashki 2010-03-09 02:59:34 +02:00
parent 58ddf31ad1
commit fbc1528649

View File

@ -1293,8 +1293,11 @@ interface drsuapi
typedef struct {
drsuapi_DsReplicaObjectIdentifier *id;
uint32 unknown1;
drsuapi_DsAddEntryErrorInfoX error;
drsuapi_DsAddEntry_DirErr dir_err;
uint32 dsid; /* implementation-specific diagnostic code */
WERROR extended_err; /* 0, STATUS code, or Windows error code */
uint32 extended_data; /* implementation-specific diagnostic code */
uint16 problem; /* 0 or PROBLEM error code */
[range(0,10000)] uint32 count;
[size_is(count)] drsuapi_DsReplicaObjectIdentifier2 *objects;
} drsuapi_DsAddEntryCtr2;