wine/include rpcndr.h

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 2 04:55:27 CST 2005


ChangeSet ID:	21033
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/02 04:55:27

Modified files:
	include        : rpcndr.h 

Log message:
	Rob Shearman <rob at codeweavers.com>
	Add declarations for NdrAsyncClientCall, NdrAsyncStubCall and
	RpcMgmtEnableIdleCleanup.

Patch: http://cvs.winehq.org/patch.py?id=21033

Old revision  New revision  Changes     Path
 1.30          1.31          +4 -0       wine/include/rpcndr.h

Index: wine/include/rpcndr.h
diff -u -p wine/include/rpcndr.h:1.30 wine/include/rpcndr.h:1.31
--- wine/include/rpcndr.h:1.30	2 Nov 2005 10:55:27 -0000
+++ wine/include/rpcndr.h	2 Nov 2005 10:55:27 -0000
@@ -524,6 +524,8 @@ LONG_PTR RPC_VAR_ENTRY
   NdrClientCall2( PMIDL_STUB_DESC pStubDescriptor, PFORMAT_STRING pFormat, ... );
 LONG_PTR RPC_VAR_ENTRY
   NdrClientCall( PMIDL_STUB_DESC pStubDescriptor, PFORMAT_STRING pFormat, ... );
+LONG_PTR RPC_VAR_ENTRY
+  NdrAsyncClientCall( PMIDL_STUB_DESC pStubDescriptor, PFORMAT_STRING pFormat, ... );
 
 RPCRTAPI void RPC_ENTRY
   NdrServerCall2( PRPC_MESSAGE pRpcMsg );
@@ -534,6 +536,8 @@ RPCRTAPI long RPC_ENTRY
   NdrStubCall2( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, unsigned long * pdwStubPhase );
 RPCRTAPI long RPC_ENTRY
   NdrStubCall( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, unsigned long * pdwStubPhase );
+RPCRTAPI long RPC_ENTRY
+  NdrAsyncStubCall( struct IRpcStubBuffer* pThis, struct IRpcChannelBuffer* pChannel, PRPC_MESSAGE pRpcMsg, unsigned long * pdwStubPhase );
 
 RPCRTAPI void* RPC_ENTRY
   NdrAllocate( PMIDL_STUB_MESSAGE pStubMsg, size_t Len );



More information about the wine-cvs mailing list