summaryrefslogblamecommitdiffstats
path: root/private/dcomidl/dce.idl
blob: c95353ea72c8c221fc1ced76e302428884626f73 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                              
[
    uuid(06ba4670-5275-101b-bbcc-00aa0021347a)
]
interface DceBaseTypes
{
#pragma midl_echo("#ifndef uuid_t")

    typedef struct tag_uuid_t
    {
	unsigned long  Data1;
	unsigned short Data2;
	unsigned short Data3;
	unsigned char  Data4[8];
    } uuid_t;

#pragma midl_echo("#endif // uuid_t")
}