~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to testprogs/win32/midltests/midltests_marshall.h

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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