1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).

Guenther
This commit is contained in:
Günther Deschner 2008-01-25 17:43:15 +01:00
parent acb5661f61
commit 722b4dfdc4

View File

@ -1270,7 +1270,13 @@ interface netlogon
/****************/
/* Function 0x29 */
WERROR netr_DSRDEREGISTERDNSHOSTRECORDS();
WERROR netr_DsrDeregisterDNSHostRecords(
[in] [string,charset(UTF16)] uint16 *server_name,
[in] [string,charset(UTF16)] uint16 *domain,
[in] GUID *domain_guid,
[in] GUID *dsa_guid,
[in,ref] [string,charset(UTF16)] uint16 *dns_host
);
/****************/
/* Function 0x2a */