File: test011.idl

package info (click to toggle)
camlidl 1.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,212 kB
  • sloc: ml: 4,982; ansic: 942; cpp: 908; makefile: 357; xml: 213; sh: 74
file content (17 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

[
  uuid(00000000-0000-0000-C000-000000000046),
  pointer_default(unique)
]
interface IFoo
{
typedef struct _S1_TYPE {
        unsigned int f;
        unsigned int g;
        [size_is(f)]double* d2;
        [size_is(g)]double* d3;
} S1_TYPE;
 void f([in]S1_TYPE x);
}