mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
netlogon.idl: add idl for netr_LogonGetCapabilities()
metze
This commit is contained in:
parent
201a033c8f
commit
8339969ed3
@ -1137,7 +1137,18 @@ interface netlogon
|
||||
|
||||
/*****************/
|
||||
/* Function 0x15 */
|
||||
[todo] WERROR netr_NETRLOGONDUMMYROUTINE1();
|
||||
typedef [switch_type(uint32)] union {
|
||||
[case(1)] netr_NegotiateFlags server_capabilities;
|
||||
} netr_Capabilities;
|
||||
|
||||
NTSTATUS netr_LogonGetCapabilities(
|
||||
[in] [string,charset(UTF16)] uint16 server_name[],
|
||||
[in,unique] [string,charset(UTF16)] uint16 *computer_name,
|
||||
[in,ref] netr_Authenticator *credential,
|
||||
[in,out,ref] netr_Authenticator *return_authenticator,
|
||||
[in] uint32 query_level,
|
||||
[out,ref,switch_is(query_level)] netr_Capabilities *capabilities
|
||||
);
|
||||
|
||||
/****************/
|
||||
/* Function 0x16 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user