wine/dlls/rpcrt4
Rob Shearman 0e7b25349d rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters.
NdrBaseTypeUnmarshall expects a pointer to a pointer to a base type. 
pRetVal contains a pointer to a base type, so we need to pass the 
address of pRetVal into call_unmarshaller here.
2008-03-10 19:25:55 +01:00
..
tests
cproxy.c janitorial: Remove links to any microsoft site. 2008-03-01 12:03:59 +01:00
cpsf.c Include config.h and wine/port.h in files that use snprintf. 2008-02-29 12:39:28 +01:00
cpsf.h
cstub.c
epm_towers.h
Makefile.in makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
ncastatus.h
ndr_clientserver.c
ndr_contexthandle.c
ndr_fullpointer.c
ndr_marshall.c
ndr_misc.h
ndr_ole.c
ndr_stubless.c rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters. 2008-03-10 19:25:55 +01:00
ndr_stubless.h janitorial: Remove links to any microsoft site. 2008-03-01 12:03:59 +01:00
rpc_assoc.c
rpc_assoc.h
rpc_async.c
rpc_binding.c rpcrt4: Check that the input to RPCRT4_strndupW was not NULL before assuming that the string couldn't be allocated due to lack of memory. 2008-03-10 19:12:54 +01:00
rpc_binding.h
rpc_defs.h janitorial: Remove links to any microsoft site. 2008-03-01 12:03:59 +01:00
rpc_epmap.c
rpc_message.c
rpc_message.h
rpc_server.c
rpc_server.h
rpc_transport.c rpcrt4: Use closesocket to close sockets and define it to close on Unix platforms to make the code more portable. 2008-03-06 17:39:31 +01:00
rpcrt4_main.c
rpcrt4.spec
rpcss_np_client.c
rpcss_np_client.h
version.rc