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:
parent
acb5661f61
commit
722b4dfdc4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user