1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

idl: fix drsuapi_DsGetNCChanges.

Guenther
(This used to be commit 652af123b214e30d0edf1d5626849484c6bb5045)
This commit is contained in:
Günther Deschner 2008-06-10 20:50:25 +02:00
parent 2816e86b06
commit 2d5e4708e9

View File

@ -626,9 +626,10 @@ interface drsuapi
WERROR drsuapi_DsGetNCChanges(
[in] policy_handle *bind_handle,
[in,out,ref] int32 *level,
[in,ref,switch_is(*level)] drsuapi_DsGetNCChangesRequest *req,
[out,ref,switch_is(*level)] drsuapi_DsGetNCChangesCtr *ctr
[in] int32 level,
[in,ref,switch_is(level)] drsuapi_DsGetNCChangesRequest *req,
[out,ref] int32 *level_out,
[out,ref,switch_is(*level_out)] drsuapi_DsGetNCChangesCtr *ctr
);
/*****************/