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

Add IDL for netr_LogonGetTrustRid.

Guenther
(This used to be commit d0893014ab)
This commit is contained in:
Günther Deschner 2008-01-24 23:35:02 +01:00
parent f139adc657
commit 593c211a5f

View File

@ -992,7 +992,11 @@ interface netlogon
/****************/
/* Function 0x17 */
WERROR netr_NETRLOGONGETTRUSTRID();
WERROR netr_LogonGetTrustRid(
[in] [string,charset(UTF16)] uint16 *server_name,
[in] [string,charset(UTF16)] uint16 *domain_name,
[out,ref] uint32 *rid
);
/****************/
/* Function 0x18 */