source: branches/samba-3.2.x/source/librpc/gen_ndr/misc.h

Last change on this file was 133, checked in by Paul Smedley, 17 years ago

Update trunk to 3.2.0pre3

File size: 1.3 KB
Line 
1/* header auto-generated by pidl */
2
3#include <stdint.h>
4
5#ifndef _HEADER_misc
6#define _HEADER_misc
7
8struct 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,noejs] */;
15
16struct ndr_syntax_id {
17 struct GUID uuid;
18 uint32_t if_version;
19}/* [public] */;
20
21struct policy_handle {
22 uint32_t handle_type;
23 struct GUID uuid;
24}/* [public] */;
25
26enum netr_SchannelType
27#ifndef USE_UINT_ENUMS
28 {
29 SEC_CHAN_WKSTA=2,
30 SEC_CHAN_DOMAIN=4,
31 SEC_CHAN_BDC=6
32}
33#else
34 { __donnot_use_enum_netr_SchannelType=0x7FFFFFFF}
35#define SEC_CHAN_WKSTA ( 2 )
36#define SEC_CHAN_DOMAIN ( 4 )
37#define SEC_CHAN_BDC ( 6 )
38#endif
39;
40
41enum netr_SamDatabaseID
42#ifndef USE_UINT_ENUMS
43 {
44 SAM_DATABASE_DOMAIN=0,
45 SAM_DATABASE_BUILTIN=1,
46 SAM_DATABASE_PRIVS=2
47}
48#else
49 { __donnot_use_enum_netr_SamDatabaseID=0x7FFFFFFF}
50#define SAM_DATABASE_DOMAIN ( 0 )
51#define SAM_DATABASE_BUILTIN ( 1 )
52#define SAM_DATABASE_PRIVS ( 2 )
53#endif
54;
55
56enum samr_RejectReason
57#ifndef USE_UINT_ENUMS
58 {
59 SAMR_REJECT_OTHER=0,
60 SAMR_REJECT_TOO_SHORT=1,
61 SAMR_REJECT_IN_HISTORY=2,
62 SAMR_REJECT_COMPLEXITY=5
63}
64#else
65 { __donnot_use_enum_samr_RejectReason=0x7FFFFFFF}
66#define SAMR_REJECT_OTHER ( 0 )
67#define SAMR_REJECT_TOO_SHORT ( 1 )
68#define SAMR_REJECT_IN_HISTORY ( 2 )
69#define SAMR_REJECT_COMPLEXITY ( 5 )
70#endif
71;
72
73#endif /* _HEADER_misc */
Note: See TracBrowser for help on using the repository browser.