repo.or.cz
/
Samba
/
vl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/vl.git]
/
testprogs
/
win32
/
midltests
/
todo
/
midltests_pointer_default.idl
blob
9e0c18f677ae8c62c38112ba0dc4cc775222099a
1
[
2
uuid
(
"225b9fcb-eb3d-497b-8b0b-591f049a2507"
),
3
pointer_default
(
ptr
)
4
]
5
interface
midltests
6
{
7
struct
midltests_struct
{
8
[
ref
]
long
****
p
;
9
[
ref
]
long
**
a
;
10
[
ref
]
long
**
b
;
11
[
ref
]
long
**
c
;
12
};
13
14
void
midltests_fn
(
15
//[in] long size,
16
[
in
,
out
,
ref
]
struct
midltests_struct
*
s
17
//[in,ref,size_is(,size)] long ***array
18
);
19
20
}