repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:rpc_transport_np: handle trans rdata like the output of a normal read
[Samba.git]
/
source4
/
librpc
/
idl
/
winstation.idl
blob
fb02fa73df5f13cf0369c72323d6ae1bae9785b5
1
/*
2
winstation interface definition
3
*/
4
5
#include
"idl_types.h"
6
7
[
uuid
(
"5ca4a760-ebb1-11cf-8611-00a0245420ed"
),
8
version
(
1.0
),
9
helpstring
(
"Terminal Services remote management"
)
10
]
interface
winstation
11
{
12
void
winstation_foo
();
13
}