Last change
on this file since 102 was 1, checked in by Paul Smedley, 18 years ago |
Initial code import
|
File size:
643 bytes
|
Line | |
---|
1 | /* header auto-generated by pidl */
|
---|
2 |
|
---|
3 | #ifndef _HEADER_misc
|
---|
4 | #define _HEADER_misc
|
---|
5 |
|
---|
6 | struct GUID {
|
---|
7 | uint32_t time_low;
|
---|
8 | uint16_t time_mid;
|
---|
9 | uint16_t time_hi_and_version;
|
---|
10 | uint8_t clock_seq[2];
|
---|
11 | uint8_t node[6];
|
---|
12 | }/* [noprint,gensize,public,noejs] */;
|
---|
13 |
|
---|
14 | struct policy_handle {
|
---|
15 | uint32_t handle_type;
|
---|
16 | struct GUID uuid;
|
---|
17 | }/* [public] */;
|
---|
18 |
|
---|
19 | enum netr_SchannelType {
|
---|
20 | SEC_CHAN_WKSTA=2,
|
---|
21 | SEC_CHAN_DOMAIN=4,
|
---|
22 | SEC_CHAN_BDC=6
|
---|
23 | };
|
---|
24 |
|
---|
25 | enum netr_SamDatabaseID {
|
---|
26 | SAM_DATABASE_DOMAIN=0,
|
---|
27 | SAM_DATABASE_BUILTIN=1,
|
---|
28 | SAM_DATABASE_PRIVS=2
|
---|
29 | };
|
---|
30 |
|
---|
31 | enum samr_RejectReason {
|
---|
32 | SAMR_REJECT_OTHER=0,
|
---|
33 | SAMR_REJECT_TOO_SHORT=1,
|
---|
34 | SAMR_REJECT_COMPLEXITY=2
|
---|
35 | };
|
---|
36 |
|
---|
37 | #endif /* _HEADER_misc */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.