wine
18 years agowinspool: Added ordinal exported functions of winspool.drv.
Marcus Meissner [Thu, 5 Jan 2006 12:42:13 +0000 (13:42 +0100)] 
winspool: Added ordinal exported functions of winspool.drv.

18 years agooleaut32: Allow _invoke to handle up to 23 parameters.
Dan Kegel [Thu, 5 Jan 2006 12:41:35 +0000 (13:41 +0100)] 
oleaut32: Allow _invoke to handle up to 23 parameters.

18 years agodbghelp: StackWalk (32 and 64 bit version).
Eric Pouech [Thu, 5 Jan 2006 12:41:25 +0000 (13:41 +0100)] 
dbghelp: StackWalk (32 and 64 bit version).
- enhance implementation of StackWalk (32 and 64 bit version) by
  making use of module information and calling for FPO
- FPO part is still non functional
- implemented SymGetModuleBase64
- stubbed SymFunctionTableAccess64

18 years agodsound: Capture refactoring.
Robert Reif [Thu, 5 Jan 2006 12:37:15 +0000 (13:37 +0100)] 
dsound: Capture refactoring.
Move initialization code from DirectSoundCapture to
DirectSoundCaptureDevice.
Make DirectSoundCaptureBuffer directly reference
DirectSoundCaptureDevice rather than DirectSoundCapture to eliminate
one level of indirection.
Rename DSOUND_CreateDirectSoundCaptureBuffer to
IDirectSoundCaptureBufferImpl_Create to be consistent.

18 years agoRemove YY_NO defines that cause warnings.
Alexandre Julliard [Thu, 5 Jan 2006 11:20:05 +0000 (12:20 +0100)] 
Remove YY_NO defines that cause warnings.

18 years agodbghelp: Removed no longer needed 'stub' in TRACEs.
Eric Pouech [Thu, 5 Jan 2006 11:19:18 +0000 (12:19 +0100)] 
dbghelp: Removed no longer needed 'stub' in TRACEs.

18 years agorpcrt4: Implement NdrClientCall2 and NdrServerCall2.
Robert Shearman [Thu, 5 Jan 2006 11:19:05 +0000 (12:19 +0100)] 
rpcrt4: Implement NdrClientCall2 and NdrServerCall2.

18 years agoole: Store the result from _invoke in a VARIANTARG structure.
Robert Shearman [Thu, 5 Jan 2006 11:18:54 +0000 (12:18 +0100)] 
ole: Store the result from _invoke in a VARIANTARG structure.

18 years agoregedit: Initialise nFocusPanel.
Robert Shearman [Thu, 5 Jan 2006 11:18:43 +0000 (12:18 +0100)] 
regedit: Initialise nFocusPanel.

18 years agokernel32: Check for the correct error return value from open.
Robert Shearman [Thu, 5 Jan 2006 11:18:29 +0000 (12:18 +0100)] 
kernel32: Check for the correct error return value from open.

18 years agourlmon: Code clean up.
Jacek Caban [Thu, 5 Jan 2006 11:18:06 +0000 (12:18 +0100)] 
urlmon: Code clean up.

18 years agourlmon: Added GetBindInfoString implementation.
Jacek Caban [Thu, 5 Jan 2006 11:17:59 +0000 (12:17 +0100)] 
urlmon: Added GetBindInfoString implementation.

18 years agoRelease 0.9.5. wine-0.9.5
Alexandre Julliard [Wed, 4 Jan 2006 16:04:35 +0000 (17:04 +0100)] 
Release 0.9.5.

18 years agomsacm: Initialize some ACMSTREAMHEADER fields for the sake of native codecs.
Alex Villacís Lasso [Wed, 4 Jan 2006 14:27:35 +0000 (15:27 +0100)] 
msacm: Initialize some ACMSTREAMHEADER fields for the sake of native codecs.
Initialize cb[Src|Dst]LengthUsed to 0 before calling into codec,
required by (some?) native codecs.

18 years agowine.inf: Add a few keys to HKLM\Hardware.
Vitaliy Margolen [Wed, 4 Jan 2006 14:27:22 +0000 (15:27 +0100)] 
wine.inf: Add a few keys to HKLM\Hardware.

18 years agowinsock: Map wildcards for socket type and protocol in getaddrinfo().
Marcus Meissner [Wed, 4 Jan 2006 14:07:34 +0000 (15:07 +0100)] 
winsock: Map wildcards for socket type and protocol in getaddrinfo().

18 years agoSet refcount to -1 on implicitly loaded dlls to avoid unloading them
Alexandre Julliard [Wed, 4 Jan 2006 13:55:33 +0000 (14:55 +0100)] 
Set refcount to -1 on implicitly loaded dlls to avoid unloading them
(suggested by Michael Ost).

18 years agoshlwapi: Print PathCombine* strings arguments in relay debugging.
Marcus Meissner [Wed, 4 Jan 2006 13:52:55 +0000 (14:52 +0100)] 
shlwapi: Print PathCombine* strings arguments in relay debugging.

18 years agoAvoid DECLSPEC_NORETURN on function pointers for MSVC compatibility.
Alexandre Julliard [Wed, 4 Jan 2006 13:52:43 +0000 (14:52 +0100)] 
Avoid DECLSPEC_NORETURN on function pointers for MSVC compatibility.

18 years agomsiexec: Ignore the TRANSFORMS variable.
Mike McCormack [Wed, 4 Jan 2006 13:51:42 +0000 (14:51 +0100)] 
msiexec: Ignore the TRANSFORMS variable.
Ignore the TRANSFORMS variable when building a list of transforms for
advertising.  The variable is used to apply transforms when installing.

18 years agomsi: Apply any MSI transforms specified by the TRANSFORMS property.
Mike McCormack [Wed, 4 Jan 2006 13:51:25 +0000 (14:51 +0100)] 
msi: Apply any MSI transforms specified by the TRANSFORMS property.

18 years agomsi: Add a stub for MsiGetLastErrorRecord.
Mike McCormack [Wed, 4 Jan 2006 13:51:05 +0000 (14:51 +0100)] 
msi: Add a stub for MsiGetLastErrorRecord.

18 years agomsi: Fixes for the MaskedEdit control.
Mike McCormack [Wed, 4 Jan 2006 13:49:50 +0000 (14:49 +0100)] 
msi: Fixes for the MaskedEdit control.
Allow MaskedEdit masks that aren't enclosed with <>.
Allow the MaskedEdit's edit controls to scroll a bit in case things
don't line up.

18 years agodsound: Capture cleanup.
Robert Reif [Wed, 4 Jan 2006 13:49:34 +0000 (14:49 +0100)] 
dsound: Capture cleanup.
Move code and function prototypes around to eliminate forward
declarations.  No code is changed.

18 years agowinapi: Remove some exceptions now that DLL separation is complete.
Hans Leidekker [Wed, 4 Jan 2006 13:49:22 +0000 (14:49 +0100)] 
winapi: Remove some exceptions now that DLL separation is complete.

18 years agoSubdirectory tools/winapi_check no longer exists.
Hans Leidekker [Wed, 4 Jan 2006 13:49:12 +0000 (14:49 +0100)] 
Subdirectory tools/winapi_check no longer exists.

18 years agoshell32: Create Local AppData for user profile.
Vitaliy Margolen [Wed, 4 Jan 2006 13:48:59 +0000 (14:48 +0100)] 
shell32: Create Local AppData for user profile.
Move history and internet tmp files to Local Settings.

18 years agoshell32: Update Russian resources.
Vitaliy Margolen [Wed, 4 Jan 2006 13:48:28 +0000 (14:48 +0100)] 
shell32: Update Russian resources.

18 years agouser32: Menu tracing improvements.
Rein Klazes [Wed, 4 Jan 2006 13:48:07 +0000 (14:48 +0100)] 
user32: Menu tracing improvements.

18 years agontdll: Check file size when mapping image sections to avoid SIGBUS errors.
Alexandre Julliard [Tue, 3 Jan 2006 16:39:23 +0000 (17:39 +0100)] 
ntdll: Check file size when mapping image sections to avoid SIGBUS errors.

18 years agomsi: Report the commandline that failed to start in ERR()s.
Marcus Meissner [Tue, 3 Jan 2006 16:35:41 +0000 (17:35 +0100)] 
msi: Report the commandline that failed to start in ERR()s.

18 years agokernel32: Implemented atoms query function on top of ntdll ones.
Eric Pouech [Tue, 3 Jan 2006 16:35:01 +0000 (17:35 +0100)] 
kernel32: Implemented atoms query function on top of ntdll ones.

18 years agontdll: Correct implementation for atom query functions.
Eric Pouech [Tue, 3 Jan 2006 16:34:43 +0000 (17:34 +0100)] 
ntdll: Correct implementation for atom query functions.

18 years agoadvpack: Make DoInfInstall return an HRESULT.
Markus Amsler [Tue, 3 Jan 2006 16:33:02 +0000 (17:33 +0100)] 
advpack: Make DoInfInstall return an HRESULT.

18 years agodsound: Remove WINAPI from internal functions.
Robert Reif [Tue, 3 Jan 2006 16:32:50 +0000 (17:32 +0100)] 
dsound: Remove WINAPI from internal functions.

18 years agoadvpack: Fix LaunchInfSection[Ex] documentation.
Markus Amsler [Tue, 3 Jan 2006 14:12:29 +0000 (15:12 +0100)] 
advpack: Fix LaunchInfSection[Ex] documentation.

18 years agoSupport building flex files without debug support.
Alexandre Julliard [Tue, 3 Jan 2006 14:11:46 +0000 (15:11 +0100)] 
Support building flex files without debug support.

18 years agoinclude: Fix DECLSPEC_NORETURN for compilation with MS C compiler.
Rolf Kalbermatter [Tue, 3 Jan 2006 12:33:22 +0000 (13:33 +0100)] 
include: Fix DECLSPEC_NORETURN for compilation with MS C compiler.

18 years agoshell32/unixfs: Added unicode support in folder and file pidls.
Michael Jung [Tue, 3 Jan 2006 12:23:59 +0000 (13:23 +0100)] 
shell32/unixfs: Added unicode support in folder and file pidls.

18 years agoshell32: Helper function for unicode support in folder and file pidls.
Michael Jung [Tue, 3 Jan 2006 12:23:44 +0000 (13:23 +0100)] 
shell32: Helper function for unicode support in folder and file pidls.

18 years agouser32: Separate menu bitmaps and strings.
Rein Klazes [Tue, 3 Jan 2006 12:23:28 +0000 (13:23 +0100)] 
user32: Separate menu bitmaps and strings.
Store bitmaps and bitmaps always in separate fields in the internal
menu structure.  Get rid of a lot of assumptions in the code that the
menu can have strings only when it is not some other type and that
bitmaps come in two flavors.
Add a lot of conformance tests, including some submitted by Jason
Edmeades.

18 years agogdi: Win16/32 split of most of the metafile support.
Steven Edwards [Tue, 3 Jan 2006 12:23:21 +0000 (13:23 +0100)] 
gdi: Win16/32 split of most of the metafile support.

18 years agogdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.
Steven Edwards [Tue, 3 Jan 2006 12:16:59 +0000 (13:16 +0100)] 
gdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.

18 years agomsacm32: Implement ACM_METRIC_DRIVER_PRIORITY in acmMetrics.
Alex Villacís Lasso [Tue, 3 Jan 2006 12:16:12 +0000 (13:16 +0100)] 
msacm32: Implement ACM_METRIC_DRIVER_PRIORITY in acmMetrics.

18 years agokernel: DelayLoadFailureHook crash fix.
Robert Reif [Tue, 3 Jan 2006 12:15:55 +0000 (13:15 +0100)] 
kernel: DelayLoadFailureHook crash fix.

18 years agoAdded some flex options to avoid compiler warnings.
Alexandre Julliard [Tue, 3 Jan 2006 11:16:05 +0000 (12:16 +0100)] 
Added some flex options to avoid compiler warnings.
Moved options from the Makefile into the source.

18 years agomsi: Subclass the Richedit control.
Mike McCormack [Tue, 3 Jan 2006 11:15:04 +0000 (12:15 +0100)] 
msi: Subclass the Richedit control.
Send a "DoAction" control event when the user scrolls the text.

18 years agoMSI: Improve the MsiGetMode stub a little.
Mike McCormack [Tue, 3 Jan 2006 11:12:15 +0000 (12:12 +0100)] 
MSI: Improve the MsiGetMode stub a little.

18 years agomsi: Implement the Reset control event.
Mike McCormack [Tue, 3 Jan 2006 11:12:09 +0000 (12:12 +0100)] 
msi: Implement the Reset control event.

18 years agooleaut32: Allow _invoke to handle up to 17 parameters.
Mike McCormack [Tue, 3 Jan 2006 11:11:44 +0000 (12:11 +0100)] 
oleaut32: Allow _invoke to handle up to 17 parameters.

18 years agodsound Add uninitialized check.
Robert Reif [Tue, 3 Jan 2006 11:11:27 +0000 (12:11 +0100)] 
dsound Add uninitialized check.

18 years agocomctl32: Listview - allow selection toggle with ctrl+space.
Vitaliy Margolen [Tue, 3 Jan 2006 11:11:18 +0000 (12:11 +0100)] 
comctl32: Listview - allow selection toggle with ctrl+space.

18 years agowinsock: AF_UNSPEC mapping.
Marcus Meissner [Tue, 3 Jan 2006 11:11:07 +0000 (12:11 +0100)] 
winsock: AF_UNSPEC mapping.
Also map AF_UNSPEC sockaddrs in the sockaddr handlers.
Zero initialize the sockaddr in ws_sockaddr_alloc().

18 years agoAssorted spelling fixes
Francois Gouget [Tue, 3 Jan 2006 11:10:50 +0000 (12:10 +0100)] 
Assorted spelling fixes

18 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Tue, 3 Jan 2006 11:10:37 +0000 (12:10 +0100)] 
Add trailing '\n's to ok() calls.
Remove spaces before '\n' in traces.

18 years agowinapi: Update win32.api to match the current sources.
Francois Gouget [Tue, 3 Jan 2006 11:10:23 +0000 (12:10 +0100)] 
winapi: Update win32.api to match the current sources.

18 years agoSmall documentation tweaks to avoid winapi_check warnings.
Francois Gouget [Tue, 3 Jan 2006 11:10:09 +0000 (12:10 +0100)] 
Small documentation tweaks to avoid winapi_check warnings.

18 years agowinemenubuilder: Improve traces.
Francois Gouget [Tue, 3 Jan 2006 11:09:47 +0000 (12:09 +0100)] 
winemenubuilder: Improve traces.
Add some traces to make it easier to debug icon generation problems.

18 years agogdi: Add a test which shows that GDI does not support compressed DIB sections.
Dmitry Timoshkov [Tue, 3 Jan 2006 11:09:22 +0000 (12:09 +0100)] 
gdi: Add a test which shows that GDI does not support compressed DIB sections.

18 years agogdi32: Disallow creation of compressed DIB sections.
Ulrich Czekalla [Tue, 3 Jan 2006 11:09:03 +0000 (12:09 +0100)] 
gdi32: Disallow creation of compressed DIB sections.

18 years agoole: Check the return value of IStream_SetSize in IStream_Read.
Robert Shearman [Tue, 3 Jan 2006 11:07:49 +0000 (12:07 +0100)] 
ole: Check the return value of IStream_SetSize in IStream_Read.
Check the return value of IStream_SetSize in IStream_Read, since
otherwise execution could continue on and cause heap corruption.

18 years agoole: Fix mis-handling of return value in StgStreamImpl_Read.
Robert Shearman [Tue, 3 Jan 2006 11:07:34 +0000 (12:07 +0100)] 
ole: Fix mis-handling of return value in StgStreamImpl_Read.
BlockChainStream_ReadAt returns a BOOL, not an HRESULT so change
StgStreamImpl_Read to handle this, by returning STG_E_READFAULT on
failure.

18 years agorpcrt4: Implement callback conformance.
Robert Shearman [Tue, 3 Jan 2006 11:07:17 +0000 (12:07 +0100)] 
rpcrt4: Implement callback conformance.

18 years agorpcrt4: Fix race condition in RpcServerListen.
Robert Shearman [Tue, 3 Jan 2006 11:07:04 +0000 (12:07 +0100)] 
rpcrt4: Fix race condition in RpcServerListen.
The DontWait parameter is used for forcing the function not to wait
for the server to finish.

18 years agocomctrl32: ReAlloc should be able to move memory blocks if necessary.
Thomas Weidenmueller [Tue, 3 Jan 2006 11:06:40 +0000 (12:06 +0100)] 
comctrl32: ReAlloc should be able to move memory blocks if necessary.

18 years agosecur32: Rewrote NTLM tests in a more flexible way.
Kai Blin [Tue, 3 Jan 2006 11:06:21 +0000 (12:06 +0100)] 
secur32: Rewrote NTLM tests in a more flexible way.

18 years agoserver: Fix va_list compile error.
Vitaliy Margolen [Tue, 3 Jan 2006 11:06:03 +0000 (12:06 +0100)] 
server: Fix va_list compile error.

18 years agogdi: Device name returned from EnumDisplayDevices is valid for CreateDC.
Vitaliy Margolen [Tue, 3 Jan 2006 11:05:54 +0000 (12:05 +0100)] 
gdi: Device name returned from EnumDisplayDevices is valid for CreateDC.

18 years agoadvapi32: Don't allocate memory for empty argument string and pass
Vitaliy Margolen [Tue, 3 Jan 2006 11:05:32 +0000 (12:05 +0100)] 
advapi32: Don't allocate memory for empty argument string and pass
NULL instead.

19 years agowldap32: Implement some page handling functions.
Hans Leidekker [Sat, 31 Dec 2005 12:34:19 +0000 (13:34 +0100)] 
wldap32: Implement some page handling functions.
Implement ldap_create_page_control{A,W} and
ldap_parse_page_control{A,W}.
Move the page handling functions into their own file.

19 years agowldap32: Document the functions that handle extended operations.
Hans Leidekker [Sat, 31 Dec 2005 12:33:40 +0000 (13:33 +0100)] 
wldap32: Document the functions that handle extended operations.

19 years agowldap32: Document the init functions.
Hans Leidekker [Sat, 31 Dec 2005 12:33:31 +0000 (13:33 +0100)] 
wldap32: Document the init functions.
Fix two bugs.

19 years agowinecfg: Default for DXGrab is NO.
Vitaliy Margolen [Sat, 31 Dec 2005 12:32:59 +0000 (13:32 +0100)] 
winecfg: Default for DXGrab is NO.

19 years agowinecfg: Fix a mess with the Bulgarian resource file and translate the
Milko Krachounov [Sat, 31 Dec 2005 12:32:52 +0000 (13:32 +0100)] 
winecfg: Fix a mess with the Bulgarian resource file and translate the
untranslated strings.

19 years agourlmon: Added http protocol tests (currently failing in Wine).
Jacek Caban [Sat, 31 Dec 2005 12:32:40 +0000 (13:32 +0100)] 
urlmon: Added http protocol tests (currently failing in Wine).

19 years agontdll/tests: Try to fail more gracefully on win9x.
Alexandre Julliard [Sat, 31 Dec 2005 12:24:02 +0000 (13:24 +0100)] 
ntdll/tests: Try to fail more gracefully on win9x.
Link to NtCurrentTeb dynamically.

19 years agocommdlg: Let the color picker respond properly to keystrokes.
Dan Kegel [Sat, 31 Dec 2005 12:23:30 +0000 (13:23 +0100)] 
commdlg: Let the color picker respond properly to keystrokes.

19 years agowininet: Handle the cache being full better in CommitUrlCacheEntryInternal.
Robert Shearman [Sat, 31 Dec 2005 12:21:19 +0000 (13:21 +0100)] 
wininet: Handle the cache being full better in CommitUrlCacheEntryInternal.
Move the freeing of allocation blocks for an entry into
URLCache_DeleteEntry.
Call URLCache_DeleteEntry to rollback from failure in
CommitUrlCacheEntryInternal.

19 years agowininet: Create new hash tables for URL cache on demand.
Robert Shearman [Sat, 31 Dec 2005 12:20:54 +0000 (13:20 +0100)] 
wininet: Create new hash tables for URL cache on demand.

19 years agowininet: Move URL cache hash table creation to a separate function.
Robert Shearman [Sat, 31 Dec 2005 12:20:29 +0000 (13:20 +0100)] 
wininet: Move URL cache hash table creation to a separate function.

19 years agourlmon: Removed not used code.
Jacek Caban [Sat, 31 Dec 2005 12:19:32 +0000 (13:19 +0100)] 
urlmon: Removed not used code.

19 years agowidl: Output sizing information for arrays in the generated marshaling code.
Robert Shearman [Sat, 31 Dec 2005 12:19:13 +0000 (13:19 +0100)] 
widl: Output sizing information for arrays in the generated marshaling code.

19 years agowidl: Export the bracket adding functionality of do_write_expr outside
Robert Shearman [Sat, 31 Dec 2005 12:18:49 +0000 (13:18 +0100)] 
widl: Export the bracket adding functionality of do_write_expr outside
of header.c.

19 years agomsi: Change some FIXME messages to comments.
Mike McCormack [Sat, 31 Dec 2005 12:18:11 +0000 (13:18 +0100)] 
msi: Change some FIXME messages to comments.

19 years agomsi: Define the property "Intel" if we're running on an Intel processor.
Mike McCormack [Sat, 31 Dec 2005 12:14:34 +0000 (13:14 +0100)] 
msi: Define the property "Intel" if we're running on an Intel processor.

19 years agomsi: Add stub actions for CCPSearch and RMCCPSearch.
Mike McCormack [Sat, 31 Dec 2005 12:14:23 +0000 (13:14 +0100)] 
msi: Add stub actions for CCPSearch and RMCCPSearch.

19 years agoriched20: Add newlines to ERR macro output.
Mike McCormack [Sat, 31 Dec 2005 12:14:12 +0000 (13:14 +0100)] 
riched20: Add newlines to ERR macro output.

19 years agocomctl32: Create ipaddress in enabled state.
Robert Reif [Sat, 31 Dec 2005 12:13:52 +0000 (13:13 +0100)] 
comctl32: Create ipaddress in enabled state.

19 years agowined3d: Added support for WINED3DFMT_X4R4G4B4.
Raphael Junqueira [Sat, 31 Dec 2005 12:13:34 +0000 (13:13 +0100)] 
wined3d: Added support for WINED3DFMT_X4R4G4B4.

19 years agowldap32: Document the value handling functions.
Hans Leidekker [Sat, 31 Dec 2005 12:13:13 +0000 (13:13 +0100)] 
wldap32: Document the value handling functions.

19 years agowldap32: Copy embedded berval structures too.
Hans Leidekker [Sat, 31 Dec 2005 12:13:05 +0000 (13:13 +0100)] 
wldap32: Copy embedded berval structures too.

19 years agowinecfg: Update German resource.
Henning Gerhardt [Sat, 31 Dec 2005 12:12:31 +0000 (13:12 +0100)] 
winecfg: Update German resource.

19 years agocomctl32: Fix error handling in PSM_ADDPAGE in case of memory
Thomas Weidenmueller [Sat, 31 Dec 2005 12:12:19 +0000 (13:12 +0100)] 
comctl32: Fix error handling in PSM_ADDPAGE in case of memory
allocation failure.

19 years agowinetest: Only include d3d9 if it is being built.
Yuval Fledel [Mon, 26 Dec 2005 12:37:57 +0000 (13:37 +0100)] 
winetest: Only include d3d9 if it is being built.

19 years agourlmon: Added GetSecurityId implementation.
Jacek Caban [Mon, 26 Dec 2005 12:27:25 +0000 (13:27 +0100)] 
urlmon: Added GetSecurityId implementation.

19 years agourlmon: Use pluggable protocol for file protocol.
Jacek Caban [Mon, 26 Dec 2005 12:27:10 +0000 (13:27 +0100)] 
urlmon: Use pluggable protocol for file protocol.

19 years agowidl: Fix merge conflict.
Robert Shearman [Mon, 26 Dec 2005 12:22:46 +0000 (13:22 +0100)] 
widl: Fix merge conflict.

19 years agowidl: Follow type references in procformat and typeformat string generation.
Robert Shearman [Mon, 26 Dec 2005 12:22:32 +0000 (13:22 +0100)] 
widl: Follow type references in procformat and typeformat string generation.

19 years agowidl: Handle marshaling and unmarshaling structures.
Robert Shearman [Mon, 26 Dec 2005 12:22:05 +0000 (13:22 +0100)] 
widl: Handle marshaling and unmarshaling structures.

19 years agowidl: Out parameters.
Robert Shearman [Mon, 26 Dec 2005 12:21:38 +0000 (13:21 +0100)] 
widl: Out parameters.
Marshall and unmarshall out parameters for servers and clients
respectively.
Write out array components for declared local variables in generated
server code.