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:
parent
f139adc657
commit
593c211a5f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user