mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix IDL for samr_QueryUserInfo.
Guenther
(This used to be commit 1d448f1e1d
)
This commit is contained in:
parent
8b02303c90
commit
b002a08179
@ -873,7 +873,7 @@ import "misc.idl", "lsa.idl", "security.idl";
|
||||
[public] NTSTATUS samr_QueryUserInfo(
|
||||
[in,ref] policy_handle *user_handle,
|
||||
[in] uint16 level,
|
||||
[out,ref,switch_is(level)] samr_UserInfo *info
|
||||
[out,ref,switch_is(level)] samr_UserInfo **info
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user