mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
rap: add rap_NetUserDelete IDL.
Guenther
This commit is contained in:
parent
f91bc89a52
commit
9b1f2df3b1
@ -948,6 +948,13 @@ interface rap
|
||||
[out] uint16 convert
|
||||
);
|
||||
|
||||
/* not documented in MS-RAP */
|
||||
[public] void rap_NetUserDelete(
|
||||
[in] astring UserName,
|
||||
[out] rap_status status,
|
||||
[out] uint16 convert
|
||||
);
|
||||
|
||||
/* Parameter description strings for RAP calls */
|
||||
/* Names are defined name for RAP call with _REQ */
|
||||
/* appended to end. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user