r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / librpc / gen_ndr / ndr_echo.h
blob9c4603bc11e059f6832085bf7f0dcdabba06cc5e
1 /* header auto-generated by pidl */
3 #include "librpc/gen_ndr/echo.h"
5 #ifndef _HEADER_NDR_rpcecho
6 #define _HEADER_NDR_rpcecho
8 #include "librpc/ndr/libndr.h"
9 #define DCERPC_RPCECHO_UUID "60a15ec5-4de8-11d7-a637-005056a20182"
10 #define DCERPC_RPCECHO_VERSION 1.0
11 #define DCERPC_RPCECHO_NAME "rpcecho"
12 #define DCERPC_RPCECHO_HELPSTRING "Simple echo pipe"
13 extern const struct dcerpc_interface_table dcerpc_table_rpcecho;
14 NTSTATUS dcerpc_server_rpcecho_init(void);
15 #define DCERPC_ECHO_ADDONE (0x00)
17 #define DCERPC_ECHO_ECHODATA (0x01)
19 #define DCERPC_ECHO_SINKDATA (0x02)
21 #define DCERPC_ECHO_SOURCEDATA (0x03)
23 #define DCERPC_ECHO_TESTCALL (0x04)
25 #define DCERPC_ECHO_TESTCALL2 (0x05)
27 #define DCERPC_ECHO_TESTSLEEP (0x06)
29 #define DCERPC_ECHO_TESTENUM (0x07)
31 #define DCERPC_ECHO_TESTSURROUNDING (0x08)
33 #define DCERPC_ECHO_TESTDOUBLEPOINTER (0x09)
35 #define DCERPC_RPCECHO_CALL_COUNT (10)
36 void ndr_print_echo_info1(struct ndr_print *ndr, const char *name, const struct echo_info1 *r);
37 void ndr_print_echo_info2(struct ndr_print *ndr, const char *name, const struct echo_info2 *r);
38 void ndr_print_echo_info3(struct ndr_print *ndr, const char *name, const struct echo_info3 *r);
39 void ndr_print_echo_info4(struct ndr_print *ndr, const char *name, const struct echo_info4 *r);
40 void ndr_print_echo_info5(struct ndr_print *ndr, const char *name, const struct echo_info5 *r);
41 void ndr_print_echo_info6(struct ndr_print *ndr, const char *name, const struct echo_info6 *r);
42 void ndr_print_echo_info7(struct ndr_print *ndr, const char *name, const struct echo_info7 *r);
43 void ndr_print_echo_Info(struct ndr_print *ndr, const char *name, const union echo_Info *r);
44 void ndr_print_echo_Enum1(struct ndr_print *ndr, const char *name, enum echo_Enum1 r);
45 void ndr_print_echo_Enum1_32(struct ndr_print *ndr, const char *name, enum echo_Enum1_32 r);
46 void ndr_print_echo_Enum2(struct ndr_print *ndr, const char *name, const struct echo_Enum2 *r);
47 void ndr_print_echo_Enum3(struct ndr_print *ndr, const char *name, const union echo_Enum3 *r);
48 void ndr_print_echo_Surrounding(struct ndr_print *ndr, const char *name, const struct echo_Surrounding *r);
49 void ndr_print_echo_AddOne(struct ndr_print *ndr, const char *name, int flags, const struct echo_AddOne *r);
50 void ndr_print_echo_EchoData(struct ndr_print *ndr, const char *name, int flags, const struct echo_EchoData *r);
51 void ndr_print_echo_SinkData(struct ndr_print *ndr, const char *name, int flags, const struct echo_SinkData *r);
52 void ndr_print_echo_SourceData(struct ndr_print *ndr, const char *name, int flags, const struct echo_SourceData *r);
53 void ndr_print_echo_TestCall(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestCall *r);
54 void ndr_print_echo_TestCall2(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestCall2 *r);
55 void ndr_print_echo_TestSleep(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestSleep *r);
56 void ndr_print_echo_TestEnum(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestEnum *r);
57 void ndr_print_echo_TestSurrounding(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestSurrounding *r);
58 void ndr_print_echo_TestDoublePointer(struct ndr_print *ndr, const char *name, int flags, const struct echo_TestDoublePointer *r);
59 #endif /* _HEADER_NDR_rpcecho */