Move shared gen_ndr files to librpc/gen_ndr in the root.
[samba.git] / librpc / gen_ndr / misc.h
1 /* header auto-generated by pidl */
2
3 #include <stdint.h>
4
5 #ifndef _HEADER_misc
6 #define _HEADER_misc
7
8 struct GUID {
9         uint32_t time_low;
10         uint16_t time_mid;
11         uint16_t time_hi_and_version;
12         uint8_t clock_seq[2];
13         uint8_t node[6];
14 }/* [noprint,gensize,public] */;
15
16 struct ndr_syntax_id {
17         struct GUID uuid;
18         uint32_t if_version;
19 }/* [public] */;
20
21 struct policy_handle {
22         uint32_t handle_type;
23         struct GUID uuid;
24 }/* [public] */;
25
26 enum netr_SchannelType
27 #ifndef USE_UINT_ENUMS
28  {
29         SEC_CHAN_NULL=0,
30         SEC_CHAN_WKSTA=2,
31         SEC_CHAN_DNS_DOMAIN=3,
32         SEC_CHAN_DOMAIN=4,
33         SEC_CHAN_BDC=6
34 }
35 #else
36  { __donnot_use_enum_netr_SchannelType=0x7FFFFFFF}
37 #define SEC_CHAN_NULL ( 0 )
38 #define SEC_CHAN_WKSTA ( 2 )
39 #define SEC_CHAN_DNS_DOMAIN ( 3 )
40 #define SEC_CHAN_DOMAIN ( 4 )
41 #define SEC_CHAN_BDC ( 6 )
42 #endif
43 ;
44
45 #endif /* _HEADER_misc */