Module: wine Branch: master Commit: 5962cf6e4f2805dd02ba4e245347859076258289 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5962cf6e4f2805dd02ba4e2453...
Author: Francois Gouget fgouget@free.fr Date: Sun Nov 12 20:23:02 2006 +0100
rpcrt4: Add some stub documentation headers to make winapi_check happy.
Also fix some headers that identified internal APIs as external.
---
dlls/rpcrt4/ndr_marshall.c | 41 +++++++++++++++++++++++++++++++---------- 1 files changed, 31 insertions(+), 10 deletions(-)
diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 8ecc534..f5aee76 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -792,7 +792,7 @@ static inline void dump_pointer_attr(uns }
/*********************************************************************** - * PointerMarshall + * PointerMarshall [internal] */ static void PointerMarshall(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *Buffer, @@ -857,7 +857,7 @@ #endif }
/*********************************************************************** - * PointerUnmarshall + * PointerUnmarshall [internal] */ static void PointerUnmarshall(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *Buffer, @@ -936,7 +936,7 @@ static void PointerUnmarshall(PMIDL_STUB }
/*********************************************************************** - * PointerBufferSize + * PointerBufferSize [internal] */ static void PointerBufferSize(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *Pointer, @@ -986,7 +986,7 @@ static void PointerBufferSize(PMIDL_STUB }
/*********************************************************************** - * PointerMemorySize [RPCRT4.@] + * PointerMemorySize [internal] */ static unsigned long PointerMemorySize(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *Buffer, @@ -1022,7 +1022,7 @@ static unsigned long PointerMemorySize(P }
/*********************************************************************** - * PointerFree [RPCRT4.@] + * PointerFree [internal] */ static void PointerFree(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *Pointer, @@ -1292,7 +1292,7 @@ static void EmbeddedPointerBufferSize(PM }
/*********************************************************************** - * EmbeddedPointerMemorySize + * EmbeddedPointerMemorySize [internal] */ static unsigned long EmbeddedPointerMemorySize(PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat) @@ -1353,7 +1353,7 @@ static unsigned long EmbeddedPointerMemo }
/*********************************************************************** - * EmbeddedPointerFree + * EmbeddedPointerFree [internal] */ static void EmbeddedPointerFree(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, @@ -4203,7 +4203,7 @@ static long unmarshall_discriminant(PMID }
/********************************************************************** - * NdrNonEncapsulatedUnionUnmarshall[RPCRT4.@] + * NdrNonEncapsulatedUnionUnmarshall [RPCRT4.@] */ unsigned char * WINAPI NdrNonEncapsulatedUnionUnmarshall(PMIDL_STUB_MESSAGE pStubMsg, unsigned char **ppMemory, @@ -4762,7 +4762,7 @@ static void WINAPI NdrBaseTypeFree(PMIDL }
/*********************************************************************** - * NdrClientContextMarshall + * NdrClientContextMarshall [RPCRT4.@] */ void WINAPI NdrClientContextMarshall(PMIDL_STUB_MESSAGE pStubMsg, NDR_CCONTEXT ContextHandle, @@ -4780,7 +4780,7 @@ void WINAPI NdrClientContextMarshall(PMI }
/*********************************************************************** - * NdrClientContextUnmarshall + * NdrClientContextUnmarshall [RPCRT4.@] */ void WINAPI NdrClientContextUnmarshall(PMIDL_STUB_MESSAGE pStubMsg, NDR_CCONTEXT * pContextHandle, @@ -4961,6 +4961,9 @@ static UINT ndr_update_context_handle(ND return ERROR_SUCCESS; }
+/*********************************************************************** + * NDRCContextUnmarshall [RPCRT4.@] + */ void WINAPI NDRCContextUnmarshall(NDR_CCONTEXT *CContext, RPC_BINDING_HANDLE hBinding, void *pBuff, ULONG DataRepresentation) @@ -4977,6 +4980,9 @@ void WINAPI NDRCContextUnmarshall(NDR_CC RpcRaiseException(r); }
+/*********************************************************************** + * NDRSContextMarshall [RPCRT4.@] + */ void WINAPI NDRSContextMarshall(NDR_SCONTEXT CContext, void *pBuff, NDR_RUNDOWN userRunDownIn) @@ -4984,6 +4990,9 @@ void WINAPI NDRSContextMarshall(NDR_SCON FIXME("(%p %p %p): stub\n", CContext, pBuff, userRunDownIn); }
+/*********************************************************************** + * NDRSContextMarshallEx [RPCRT4.@] + */ void WINAPI NDRSContextMarshallEx(RPC_BINDING_HANDLE hBinding, NDR_SCONTEXT CContext, void *pBuff, @@ -4992,6 +5001,9 @@ void WINAPI NDRSContextMarshallEx(RPC_BI FIXME("(%p %p %p %p): stub\n", hBinding, CContext, pBuff, userRunDownIn); }
+/*********************************************************************** + * NDRSContextMarshall2 [RPCRT4.@] + */ void WINAPI NDRSContextMarshall2(RPC_BINDING_HANDLE hBinding, NDR_SCONTEXT CContext, void *pBuff, @@ -5002,6 +5014,9 @@ void WINAPI NDRSContextMarshall2(RPC_BIN hBinding, CContext, pBuff, userRunDownIn, CtxGuard, Flags); }
+/*********************************************************************** + * NDRSContextUnmarshall [RPCRT4.@] + */ NDR_SCONTEXT WINAPI NDRSContextUnmarshall(void *pBuff, ULONG DataRepresentation) { @@ -5009,6 +5024,9 @@ NDR_SCONTEXT WINAPI NDRSContextUnmarshal return NULL; }
+/*********************************************************************** + * NDRSContextUnmarshallEx [RPCRT4.@] + */ NDR_SCONTEXT WINAPI NDRSContextUnmarshallEx(RPC_BINDING_HANDLE hBinding, void *pBuff, ULONG DataRepresentation) @@ -5017,6 +5035,9 @@ NDR_SCONTEXT WINAPI NDRSContextUnmarshal return NULL; }
+/*********************************************************************** + * NDRSContextUnmarshall2 [RPCRT4.@] + */ NDR_SCONTEXT WINAPI NDRSContextUnmarshall2(RPC_BINDING_HANDLE hBinding, void *pBuff, ULONG DataRepresentation,