RPC Merge (E_PL10)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



LICENSE: X11

CHANGELOG:

* dlls/rpcrt4: rpcrt4.spec, ndr_marshall.c: 
  Greg Turner <gmturner007@ameritech.net>
- stubs for NdrConformantStringBufferSize, NdrConformantStringMemorySize, 
  and NdrConformantStringUnmarshall

-- 
gmt

"Oh, and of course, the fastest way to dig
 a tunnel is to dig at both sides."
   -- The Linux Advanced Routing HOWTO
--- dlls/rpcrt4/ndr_marshall.c.E_PL9	2002-10-19 12:58:24.000000000 -0500
+++ dlls/rpcrt4/ndr_marshall.c	2002-10-19 06:54:14.000000000 -0500
@@ -43,3 +43,30 @@
   FIXME("stub\n");
   return NULL;
 }
+
+/***********************************************************************
+ *           NdrConformantStringBufferSize [RPCRT4.@]
+ */
+void WINAPI NdrConformantStringBufferSize(PMIDL_STUB_MESSAGE pStubMsg, unsigned char* pMemory, PFORMAT_STRING pFormat)
+{
+  FIXME("stub\n");
+}
+
+/************************************************************************
+ *            NdrConformantStringMemorySize [RPCRT4.@]
+ */
+unsigned long WINAPI NdrConformantStringMemorySize( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat )
+{
+  FIXME("stub\n");
+  return 0;
+}
+
+/************************************************************************
+ *           NdrConformantStringUnmarshall [RPCRT4.@]
+ */
+unsigned char *WINAPI NdrConformantStringUnmarshall( PMIDL_STUB_MESSAGE pStubMsg, unsigned char** ppMemory,
+  PFORMAT_STRING pFormat, unsigned char fMustAlloc )
+{
+  FIXME("stub\n");
+  return 0;
+}
--- dlls/rpcrt4/rpcrt4.spec.E_PL9	2002-10-19 12:59:21.000000000 -0500
+++ dlls/rpcrt4/rpcrt4.spec	2002-10-19 07:03:06.000000000 -0500
@@ -297,10 +297,10 @@
 @ stub NdrConformantArrayMarshall
 @ stub NdrConformantArrayMemorySize
 @ stub NdrConformantArrayUnmarshall
-@ stub NdrConformantStringBufferSize
+@ stdcall NdrConformantStringBufferSize(ptr ptr ptr) NdrConformantStringBufferSize
 @ stdcall NdrConformantStringMarshall(ptr ptr ptr) NdrConformantStringMarshall
-@ stub NdrConformantStringMemorySize
-@ stub NdrConformantStringUnmarshall
+@ stdcall NdrConformantStringMemorySize(ptr ptr) NdrConformantStringMemorySize
+@ stdcall NdrConformantStringUnmarshall(ptr ptr ptr long) NdrConformantStringUnmarshall
 @ stub NdrConformantStructBufferSize
 @ stub NdrConformantStructFree
 @ stub NdrConformantStructMarshall

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux