0c6aed2721484b9eb2be12a52faf0aef6c7d72af
[obnox/samba/samba-obnox.git] / testprogs / win32 / midltests / midltests_marshall.h
1 #include "rpc.h"
2 #include "rpcndr.h"
3 #define NdrSendReceive NdrSendReceiveMarshall
4 void NdrSendReceiveMarshall(PMIDL_STUB_MESSAGE stubmsg, unsigned char *buffer);
5 #define NdrGetBuffer NdrGetBufferMarshall
6 void NdrGetBufferMarshall(PMIDL_STUB_MESSAGE stubmsg, unsigned long len, RPC_BINDING_HANDLE hnd);
7 #define NdrServerInitializeNew NdrServerInitializeNewMarshall
8 void NdrServerInitializeNewMarshall(PRPC_MESSAGE pRpcMsg,
9                                     PMIDL_STUB_MESSAGE pStubMsg,
10                                     PMIDL_STUB_DESC pStubDesc);
11 #define I_RpcGetBuffer I_RpcGetBufferMarshall
12 RPC_STATUS WINAPI I_RpcGetBufferMarshall(PRPC_MESSAGE pMsg);
13
14
15
16