From adf23c651b120d3bfe67a551d0569705831999b8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 May 2007 10:24:40 +0000 Subject: r23240: Fill in netr_DsrGetDcSiteCoverageW. Guenther (This used to be commit 9c2b9642336ed954c8f9fc0ccce95547d7c18aa8) --- source4/librpc/idl/netlogon.idl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 6f860a8ca4..b83454908e 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -1145,7 +1145,16 @@ interface netlogon /****************/ /* Function 0x26 */ - WERROR netr_DSRGETDCSITECOVERAGEW(); + + typedef struct { + uint32 num_sites; + [size_is(num_sites)] [unique] lsa_String *sites; + } DcSitesCtr; + + WERROR netr_DsrGetDcSiteCoverageW( + [in] [string,charset(UTF16)] uint16 *server_name, + [out] DcSitesCtr *ctr + ); /****************/ /* Function 0x27 */ -- cgit