1 |
|
---|
2 | /* Automatically generated by tables.pl. DO NOT EDIT */
|
---|
3 |
|
---|
4 | #include "includes.h"
|
---|
5 | #include "librpc/ndr/libndr.h"
|
---|
6 | #include "librpc/ndr/ndr_table.h"
|
---|
7 | #include "librpc/gen_ndr/ndr_dfs.h"
|
---|
8 | #include "librpc/gen_ndr/ndr_drsblobs.h"
|
---|
9 | #include "librpc/gen_ndr/ndr_drsuapi.h"
|
---|
10 | #include "librpc/gen_ndr/ndr_dssetup.h"
|
---|
11 | #include "librpc/gen_ndr/ndr_echo.h"
|
---|
12 | #include "librpc/gen_ndr/ndr_epmapper.h"
|
---|
13 | #include "librpc/gen_ndr/ndr_eventlog.h"
|
---|
14 | #include "librpc/gen_ndr/ndr_initshutdown.h"
|
---|
15 | #include "librpc/gen_ndr/ndr_krb5pac.h"
|
---|
16 | #include "librpc/gen_ndr/ndr_lsa.h"
|
---|
17 | #include "librpc/gen_ndr/ndr_netlogon.h"
|
---|
18 | #include "librpc/gen_ndr/ndr_ntsvcs.h"
|
---|
19 | #include "librpc/gen_ndr/ndr_samr.h"
|
---|
20 | #include "librpc/gen_ndr/ndr_srvsvc.h"
|
---|
21 | #include "librpc/gen_ndr/ndr_svcctl.h"
|
---|
22 | #include "librpc/gen_ndr/ndr_winreg.h"
|
---|
23 | #include "librpc/gen_ndr/ndr_wkssvc.h"
|
---|
24 |
|
---|
25 | NTSTATUS ndr_table_register_builtin_tables(void)
|
---|
26 | {
|
---|
27 | NTSTATUS status;
|
---|
28 |
|
---|
29 | status = ndr_table_register(&ndr_table_netdfs);
|
---|
30 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
31 |
|
---|
32 | status = ndr_table_register(&ndr_table_drsblobs);
|
---|
33 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
34 |
|
---|
35 | status = ndr_table_register(&ndr_table_drsuapi);
|
---|
36 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
37 |
|
---|
38 | status = ndr_table_register(&ndr_table_dssetup);
|
---|
39 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
40 |
|
---|
41 | status = ndr_table_register(&ndr_table_rpcecho);
|
---|
42 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
43 |
|
---|
44 | status = ndr_table_register(&ndr_table_epmapper);
|
---|
45 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
46 |
|
---|
47 | status = ndr_table_register(&ndr_table_eventlog);
|
---|
48 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
49 |
|
---|
50 | status = ndr_table_register(&ndr_table_initshutdown);
|
---|
51 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
52 |
|
---|
53 | status = ndr_table_register(&ndr_table_krb5pac);
|
---|
54 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
55 |
|
---|
56 | status = ndr_table_register(&ndr_table_lsarpc);
|
---|
57 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
58 |
|
---|
59 | status = ndr_table_register(&ndr_table_netlogon);
|
---|
60 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
61 |
|
---|
62 | status = ndr_table_register(&ndr_table_ntsvcs);
|
---|
63 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
64 |
|
---|
65 | status = ndr_table_register(&ndr_table_samr);
|
---|
66 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
67 |
|
---|
68 | status = ndr_table_register(&ndr_table_srvsvc);
|
---|
69 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
70 |
|
---|
71 | status = ndr_table_register(&ndr_table_svcctl);
|
---|
72 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
73 |
|
---|
74 | status = ndr_table_register(&ndr_table_winreg);
|
---|
75 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
76 |
|
---|
77 | status = ndr_table_register(&ndr_table_wkssvc);
|
---|
78 | if (NT_STATUS_IS_ERR(status)) return status;
|
---|
79 |
|
---|
80 |
|
---|
81 |
|
---|
82 | return NT_STATUS_OK;
|
---|
83 | }
|
---|