1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

r4171: an attempt at better IDL for DsReplicaSync

(This used to be commit a4ebef4f53d0eb5aef1bc4ae76ac9ad66bf3b528)
This commit is contained in:
Andrew Tridgell 2004-12-13 09:32:57 +00:00 committed by Gerald (Jerry) Carter
parent 3a17866503
commit 72273b5046

View File

@ -54,14 +54,15 @@ interface drsuapi
uint32 unknown1;
uint32 unknown2;
GUID guid1;
[size_is(28)] uint8 unknown3[28];
[flag(STR_LEN4|STR_CHARLEN)] string nc_dn;
uint8 unknown3[28];
[range(0,0xA00000)] uint32 length;
[size_is(length+1)] uint16 nc_dn[*];
} drsuapi_DsReplicaSyncRequest1Info;
typedef struct {
drsuapi_DsReplicaSyncRequest1Info *info;
GUID guid1;
asclstr string1;
astring *string1;
uint32 unknown1;
} drsuapi_DsReplicaSyncRequest1;