r5362: Add pointer_default() support to pidl. pointer_default()
[kai/samba.git] / source4 / librpc / idl / misc.idl
1 #include "idl_types.h"
2
3 /*
4   miscellaneous IDL structures
5 */
6
7
8 [
9         pointer_default(unique)
10 ]
11 interface misc
12 {
13         typedef [public,noprint,gensize] struct {
14                 uint32 time_low;
15                 uint16 time_mid;
16                 uint16 time_hi_and_version;
17                 uint8  clock_seq[2];
18                 uint8  node[6];
19         } GUID;
20
21         typedef [public] struct {
22                 uint32 handle_type;
23                 GUID   uuid;
24         } policy_handle;
25 }