git.samba.org
/
samba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
r4449: fixed the helpstring for LSA IDL
[samba.git]
/
source4
/
librpc
/
idl
/
lsads.idl
1
#include "idl_types.h"
2
3
[
4
uuid("3919286a-b10c-11d0-9ba8-00c04fd92ef5"),
5
version(0.0),
6
endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]"),
7
pointer_default(unique)
8
]
9
interface lsads
10
{
11
12
/*****************/
13
/* Function 0x00 */
14
void lsads_Unknown0();
15
16
}