1 | /* header auto-generated by pidl */
|
---|
2 |
|
---|
3 | #include "librpc/ndr/libndr.h"
|
---|
4 | #include "../librpc/gen_ndr/echo.h"
|
---|
5 |
|
---|
6 | #ifndef _HEADER_NDR_rpcecho
|
---|
7 | #define _HEADER_NDR_rpcecho
|
---|
8 |
|
---|
9 | #define NDR_RPCECHO_UUID "60a15ec5-4de8-11d7-a637-005056a20182"
|
---|
10 | #define NDR_RPCECHO_VERSION 1.0
|
---|
11 | #define NDR_RPCECHO_NAME "rpcecho"
|
---|
12 | #define NDR_RPCECHO_HELPSTRING "Simple echo pipe"
|
---|
13 | extern const struct ndr_interface_table ndr_table_rpcecho;
|
---|
14 | #define NDR_ECHO_ADDONE (0x00)
|
---|
15 |
|
---|
16 | #define NDR_ECHO_ECHODATA (0x01)
|
---|
17 |
|
---|
18 | #define NDR_ECHO_SINKDATA (0x02)
|
---|
19 |
|
---|
20 | #define NDR_ECHO_SOURCEDATA (0x03)
|
---|
21 |
|
---|
22 | #define NDR_ECHO_TESTCALL (0x04)
|
---|
23 |
|
---|
24 | #define NDR_ECHO_TESTCALL2 (0x05)
|
---|
25 |
|
---|
26 | #define NDR_ECHO_TESTSLEEP (0x06)
|
---|
27 |
|
---|
28 | #define NDR_ECHO_TESTENUM (0x07)
|
---|
29 |
|
---|
30 | #define NDR_ECHO_TESTSURROUNDING (0x08)
|
---|
31 |
|
---|
32 | #define NDR_ECHO_TESTDOUBLEPOINTER (0x09)
|
---|
33 |
|
---|
34 | #define NDR_RPCECHO_CALL_COUNT (10)
|
---|
35 | enum ndr_err_code ndr_push_echo_info1(struct ndr_push *ndr, int ndr_flags, const struct echo_info1 *r);
|
---|
36 | enum ndr_err_code ndr_pull_echo_info1(struct ndr_pull *ndr, int ndr_flags, struct echo_info1 *r);
|
---|
37 | void ndr_print_echo_info1(struct ndr_print *ndr, const char *name, const struct echo_info1 *r);
|
---|
38 | void ndr_print_echo_info2(struct ndr_print *ndr, const char *name, const struct echo_info2 *r);
|
---|
39 | void ndr_print_echo_info3(struct ndr_print *ndr, const char *name, const struct echo_info3 *r);
|
---|
40 | void ndr_print_STRUCT_echo_info4(struct ndr_print *ndr, const char *name, const struct echo_info4 *r);
|
---|
41 | void ndr_print_echo_info5(struct ndr_print *ndr, const char *name, const struct echo_info5 *r);
|
---|
42 | void ndr_print_echo_info6(struct ndr_print *ndr, const char *name, const struct echo_info6 *r);
|
---|
43 | void ndr_print_echo_info7(struct ndr_print *ndr, const char *name, const struct echo_info7 *r);
|
---|
44 | void ndr_print_echo_Info(struct ndr_print *ndr, const char *name, const union echo_Info *r);
|
---|
45 | void ndr_print_echo_Enum1(struct ndr_print *ndr, const char *name, enum echo_Enum1 r);
|
---|
46 | void ndr_print_echo_Enum1_32(struct ndr_print *ndr, const char *name, enum echo_Enum1_32 r);
|
---|
47 | void ndr_print_echo_Enum2(struct ndr_print *ndr, const char *name, const struct echo_Enum2 *r);
|
---|
48 | void ndr_print_echo_Enum3(struct ndr_print *ndr, const char *name, const union echo_Enum3 *r);
|
---|
49 | void ndr_print_echo_Surrounding(struct ndr_print *ndr, const char *name, const struct echo_Surrounding *r);
|
---|
50 | void ndr_print_echo_AddOne(struct ndr_print *ndr, const char *name, int flags, const struct echo_AddOne *r);
|
---|
51 | void ndr_print_echo_EchoData(struct ndr_print *ndr, const char *name, int flags, const struct echo_EchoData *r);
|
---|
52 | void ndr_print_echo_SinkData(struct ndr_print *ndr, const char *name, int flags, const struct echo_SinkData *r);
|
---|
53 | void ndr_print_echo_SourceData(struct ndr_print *ndr, const char *name, int flags, const struct echo_SourceData *r);
|
---|
54 | void ndr_print_echo_TestCall(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestCall *r);
|
---|
55 | void ndr_print_echo_TestCall2(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestCall2 *r);
|
---|
56 | void ndr_print_echo_TestSleep(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestSleep *r);
|
---|
57 | void ndr_print_echo_TestEnum(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestEnum *r);
|
---|
58 | void ndr_print_echo_TestSurrounding(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestSurrounding *r);
|
---|
59 | void ndr_print_echo_TestDoublePointer(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestDoublePointer *r);
|
---|
60 | #endif /* _HEADER_NDR_rpcecho */
|
---|