source: trunk/server/testprogs/win32/midltests/midltests_marshall.h

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 736 bytes
Line 
1#include "rpc.h"
2#include "rpcndr.h"
3
4void dump_data(const unsigned char *buf1,int len);
5
6#if _WIN32_WINNT < 0x600
7#define NdrSendReceive NdrSendReceiveMarshall
8void NdrSendReceiveMarshall(PMIDL_STUB_MESSAGE stubmsg, unsigned char *buffer);
9#define NdrGetBuffer NdrGetBufferMarshall
10void NdrGetBufferMarshall(PMIDL_STUB_MESSAGE stubmsg, unsigned long len, RPC_BINDING_HANDLE hnd);
11#define NdrServerInitializeNew NdrServerInitializeNewMarshall
12void NdrServerInitializeNewMarshall(PRPC_MESSAGE pRpcMsg,
13 PMIDL_STUB_MESSAGE pStubMsg,
14 PMIDL_STUB_DESC pStubDesc);
15#define I_RpcGetBuffer I_RpcGetBufferMarshall
16RPC_STATUS WINAPI I_RpcGetBufferMarshall(PRPC_MESSAGE pMsg);
17
18#endif /* _WIN32_WINNT < 0x600 */
19
Note: See TracBrowser for help on using the repository browser.