wine
19 years agoTake Shift key state into account while processing an accelerator.
Dmitry Timoshkov [Mon, 21 Feb 2005 18:33:27 +0000 (18:33 +0000)] 
Take Shift key state into account while processing an accelerator.
Add a couple of test cases.

19 years agoCleanup taskmgr resource file (get rid of C++ style coments, use "MS
Marcelo Duarte [Mon, 21 Feb 2005 18:32:41 +0000 (18:32 +0000)] 
Cleanup taskmgr resource file (get rid of C++ style coments, use "MS
Shell Dlg" for dialogs, etc).
Preparation for translators (move english resources to En.rc).

19 years agoReverse the order for deleting the items in resetcontent to correctly
Maxime Bellengé [Mon, 21 Feb 2005 18:31:02 +0000 (18:31 +0000)] 
Reverse the order for deleting the items in resetcontent to correctly
empty a comboboxex.

19 years agoAdded LPDWORD definition.
Vincent Béron [Mon, 21 Feb 2005 18:30:02 +0000 (18:30 +0000)] 
Added LPDWORD definition.

19 years agoOnly 'fix' the names of source files and directories (this way
Francois Gouget [Mon, 21 Feb 2005 18:29:44 +0000 (18:29 +0000)] 
Only 'fix' the names of source files and directories (this way
documentation files are unharmed).
Better handle Makefiles generated by Winemaker. In particular, don't
rename them to makefile.win!

19 years agoThe values are quoted and spaces added, so having spaces in the
Aric Stewart [Mon, 21 Feb 2005 18:29:21 +0000 (18:29 +0000)] 
The values are quoted and spaces added, so having spaces in the
properties results in spaces in the values which is incorrect.

19 years agoAdded IRichEditOleCallback.
Vincent Béron [Mon, 21 Feb 2005 18:28:47 +0000 (18:28 +0000)] 
Added IRichEditOleCallback.

19 years agoCorrect the number of args of SNDMSGA in ListView_GetSubItemRect.
Vincent Béron [Mon, 21 Feb 2005 18:28:30 +0000 (18:28 +0000)] 
Correct the number of args of SNDMSGA in ListView_GetSubItemRect.

19 years agoFix NtQueryPerformanceCounter parameter checking. Spotted by Alex
Juan Lang [Mon, 21 Feb 2005 18:27:58 +0000 (18:27 +0000)] 
Fix NtQueryPerformanceCounter parameter checking. Spotted by Alex
Woods.

19 years ago- Better tracing.
Robert Shearman [Fri, 18 Feb 2005 20:13:23 +0000 (20:13 +0000)] 
- Better tracing.
- Small cleanup of creation functions.

19 years agoMark exports -noname when they are exported by ordinal only on
Hans Leidekker [Fri, 18 Feb 2005 20:13:01 +0000 (20:13 +0000)] 
Mark exports -noname when they are exported by ordinal only on
win98/2k.

19 years agodlls/__install-lib__ and programs/__install__ should not force the
Francois Gouget [Fri, 18 Feb 2005 20:03:32 +0000 (20:03 +0000)] 
dlls/__install-lib__ and programs/__install__ should not force the
installation of the Wine headers as this is contrary to the purpose of
install-lib.

19 years ago- Move marshaling state machine into stub manager from ifstub.
Robert Shearman [Fri, 18 Feb 2005 20:03:23 +0000 (20:03 +0000)] 
- Move marshaling state machine into stub manager from ifstub.
- Add additional needed states for table-weak marshaling, as shown by
  tests.
- Protect external reference count from underflows/overflows.

19 years agoEnsure that caret position is not reset to (0, 0) when CreateCaret is
Krzysztof Foltman [Fri, 18 Feb 2005 20:02:55 +0000 (20:02 +0000)] 
Ensure that caret position is not reset to (0, 0) when CreateCaret is
called second time with the same window.

19 years ago- Always unlink children before sending WM_NCDESTROY message.
Dmitry Timoshkov [Fri, 18 Feb 2005 20:01:41 +0000 (20:01 +0000)] 
- Always unlink children before sending WM_NCDESTROY message.
- Fix order of WM_DESTROY messages for the children's recursion.
- DestroyWindow should hide only visible windows.
- Add a test case for the above fixes.

19 years agoDuplicate Windows behaviour and use SendMessage for the SC_CLOSE
Ulrich Czekalla [Fri, 18 Feb 2005 20:00:57 +0000 (20:00 +0000)] 
Duplicate Windows behaviour and use SendMessage for the SC_CLOSE
system command instead of PostMessage.

19 years agoFixed problems with my code for finding the PackageCode.
Aric Stewart [Fri, 18 Feb 2005 20:00:34 +0000 (20:00 +0000)] 
Fixed problems with my code for finding the PackageCode.

19 years agoUse stdlib.h instead of non-standard malloc.h.
Gerald Pfeifer [Fri, 18 Feb 2005 12:57:48 +0000 (12:57 +0000)] 
Use stdlib.h instead of non-standard malloc.h.

19 years agoConditionally add DECLSPEC_ALIGN(8) to wine's 64-bit types and leave
James Hawkins [Fri, 18 Feb 2005 12:56:35 +0000 (12:56 +0000)] 
Conditionally add DECLSPEC_ALIGN(8) to wine's 64-bit types and leave
the modifier off when compiling with msvc.

19 years agoFixed offsets calculations.
Christian Costa [Fri, 18 Feb 2005 12:53:26 +0000 (12:53 +0000)] 
Fixed offsets calculations.

19 years agoDump out more details on the target of a link.
Mike McCormack [Fri, 18 Feb 2005 12:53:05 +0000 (12:53 +0000)] 
Dump out more details on the target of a link.

19 years agoAdded odbcinst.h.
Mike McCormack [Fri, 18 Feb 2005 12:52:49 +0000 (12:52 +0000)] 
Added odbcinst.h.

19 years agoSmall indentation fixes.
Mike McCormack [Fri, 18 Feb 2005 12:52:33 +0000 (12:52 +0000)] 
Small indentation fixes.

19 years agoFix capture test to pass on windows 98 when no sound card present or
Robert Reif [Fri, 18 Feb 2005 12:52:14 +0000 (12:52 +0000)] 
Fix capture test to pass on windows 98 when no sound card present or
device already in use.

19 years agoFix timer tests to pass on windows 98.
Robert Reif [Fri, 18 Feb 2005 12:51:54 +0000 (12:51 +0000)] 
Fix timer tests to pass on windows 98.

19 years agoFix block align test.
Robert Reif [Fri, 18 Feb 2005 12:51:43 +0000 (12:51 +0000)] 
Fix block align test.

19 years agoImplement OleFontImpl_QueryTextMetrics.
Alex Villacís Lasso [Fri, 18 Feb 2005 12:51:23 +0000 (12:51 +0000)] 
Implement OleFontImpl_QueryTextMetrics.

19 years agoWhen getting current directory on a drive different from the working
Gunnar Dalsnes [Fri, 18 Feb 2005 12:51:00 +0000 (12:51 +0000)] 
When getting current directory on a drive different from the working
drive, _getdcwd incorrectly passed "X:\" (X = any drive) as path to
GetFullPathName. "X:" (without the backslash) is the correct thing to
use.

19 years agoRename SCROLL_GetScrollBarInfo to SCROLL_GetInternalInfo and make
Vitaly Lipatov [Thu, 17 Feb 2005 12:03:33 +0000 (12:03 +0000)] 
Rename SCROLL_GetScrollBarInfo to SCROLL_GetInternalInfo and make
allocation of a new info structure optional.
Add some descriptions.

19 years agoConvert winemenubuilder to unicode.
Dmitry Timoshkov [Thu, 17 Feb 2005 11:51:44 +0000 (11:51 +0000)] 
Convert winemenubuilder to unicode.

19 years agoAdd dumping of lnk files.
Mike McCormack [Thu, 17 Feb 2005 11:51:23 +0000 (11:51 +0000)] 
Add dumping of lnk files.

19 years agoFix for ICInfo() in msvideo when it is used to ask for a codec by
David Smith [Thu, 17 Feb 2005 11:51:01 +0000 (11:51 +0000)] 
Fix for ICInfo() in msvideo when it is used to ask for a codec by
index.

19 years agoApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
Jakob Eriksson [Thu, 17 Feb 2005 11:50:36 +0000 (11:50 +0000)] 
Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.

19 years ago- renamed file_operation_delete and to shfileops_delete
Joris Huizer [Thu, 17 Feb 2005 11:50:25 +0000 (11:50 +0000)] 
- renamed file_operation_delete and to shfileops_delete
- renamed file_operation_checkFlags to shfileops_check_flags
- added helper function shfileops_do_operation()
- added helper function shfileops_get_parent_attr()
- added helper function shfileops_get_parent_attr2()
- various cleanups in SHFileOperationW using these functions

19 years agoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
Alex Villacís Lasso [Wed, 16 Feb 2005 21:10:59 +0000 (21:10 +0000)] 
Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
resources, so that Spanish locales other than Spain also use Spanish
resources.

19 years agoAdd French resources.
Jonathan Ernst [Wed, 16 Feb 2005 21:10:02 +0000 (21:10 +0000)] 
Add French resources.

19 years agoMove product, feature and component enumeration functions to
Mike McCormack [Wed, 16 Feb 2005 17:52:53 +0000 (17:52 +0000)] 
Move product, feature and component enumeration functions to
registry.c.

19 years agoFix improper type-conversions.
James Hawkins [Wed, 16 Feb 2005 17:52:35 +0000 (17:52 +0000)] 
Fix improper type-conversions.

19 years agoAdd EVENT_QUERY_STATE define.
Ivan Leo Puoti [Wed, 16 Feb 2005 17:52:22 +0000 (17:52 +0000)] 
Add EVENT_QUERY_STATE define.

19 years agoCalling ValidateRect or ValidateRgn on a windows also validates the
Rein Klazes [Wed, 16 Feb 2005 17:52:01 +0000 (17:52 +0000)] 
Calling ValidateRect or ValidateRgn on a windows also validates the
children. Add a test to show the behavior.

19 years agoChange detection order to: OSS-ALSA-ARTS-JACK.
Paul van Schayck [Wed, 16 Feb 2005 17:51:37 +0000 (17:51 +0000)] 
Change detection order to: OSS-ALSA-ARTS-JACK.

19 years agoImplement ES_CENTER and ES_RIGHT alignment styles.
Ulrich Czekalla [Wed, 16 Feb 2005 16:28:34 +0000 (16:28 +0000)] 
Implement ES_CENTER and ES_RIGHT alignment styles.

19 years agoSetPath("") should return S_OK.
Huw Davies [Wed, 16 Feb 2005 16:27:42 +0000 (16:27 +0000)] 
SetPath("") should return S_OK.
SetPath("nonexistent_path") should return S_FALSE.

19 years agoForward to user32 when appropriate.
Thomas Weidenmueller [Wed, 16 Feb 2005 16:27:01 +0000 (16:27 +0000)] 
Forward to user32 when appropriate.

19 years agoSome block align cleanups.
Robert Reif [Wed, 16 Feb 2005 16:26:13 +0000 (16:26 +0000)] 
Some block align cleanups.

19 years agoAdd a border to the edit control, add some more controls.
Mike McCormack [Wed, 16 Feb 2005 16:25:36 +0000 (16:25 +0000)] 
Add a border to the edit control, add some more controls.

19 years agoFix up the summary information code a little.
Mike McCormack [Wed, 16 Feb 2005 16:25:09 +0000 (16:25 +0000)] 
Fix up the summary information code a little.

19 years agoStubs for MsiUseFeature.
Aric Stewart [Wed, 16 Feb 2005 16:24:38 +0000 (16:24 +0000)] 
Stubs for MsiUseFeature.

19 years agoFixed invalid buffer size by rounding up to next multiple of
Robert Reif [Wed, 16 Feb 2005 16:09:02 +0000 (16:09 +0000)] 
Fixed invalid buffer size by rounding up to next multiple of
nBlockAlign.
Added test to verify buffer rounding behavior.

19 years agoMake minimized windows stay minimized.
Lauri Tulmin [Wed, 16 Feb 2005 16:08:18 +0000 (16:08 +0000)] 
Make minimized windows stay minimized.

19 years agoRemove const declaration from non-const function.
Mike McCormack [Wed, 16 Feb 2005 16:07:11 +0000 (16:07 +0000)] 
Remove const declaration from non-const function.

19 years agoAllow MsiViewExecute to be called twice on the same query.
Mike McCormack [Wed, 16 Feb 2005 16:06:05 +0000 (16:06 +0000)] 
Allow MsiViewExecute to be called twice on the same query.

19 years agoImplement MsiDatabaseGetPrimaryKeys.
Mike McCormack [Wed, 16 Feb 2005 16:05:11 +0000 (16:05 +0000)] 
Implement MsiDatabaseGetPrimaryKeys.

19 years agoMsiGetComponentPath should allow null pointers for pcchBuf and
Mike McCormack [Wed, 16 Feb 2005 16:04:36 +0000 (16:04 +0000)] 
MsiGetComponentPath should allow null pointers for pcchBuf and
lpPathBuf.

19 years agoSmall fixes, indentation and comments.
Mike McCormack [Wed, 16 Feb 2005 16:04:05 +0000 (16:04 +0000)] 
Small fixes, indentation and comments.

19 years ago- Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and
Dmitry Timoshkov [Tue, 15 Feb 2005 21:51:06 +0000 (21:51 +0000)] 
- Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and
  SetClassLongA/W according to SDK definitions.
- Add prototypes for SetClassLongPtrA/W, protect some GWL_ and GCL_
  constants from using in Wine or in _WIN64 mode.
- Fix all places in Wine affected by the above changes.

19 years ago- Use I_RpcGetBuffer, instead of our own buffer routines to fix an
Robert Shearman [Tue, 15 Feb 2005 21:48:09 +0000 (21:48 +0000)] 
- Use I_RpcGetBuffer, instead of our own buffer routines to fix an
  occasional test crash caused by heap corruption.
- Zero the memory block passed to RpcServerRegisterIfEx so we don't
  pass garbage in some of the fields we don't fill in.
- Return the correct error code from create_server and fix two handle
  leaks.
- TODO update.

19 years agoUse local buffer in RtlUpcaseUnicodeStringToCountedOemString, if
Uwe Bonnes [Tue, 15 Feb 2005 20:48:38 +0000 (20:48 +0000)] 
Use local buffer in RtlUpcaseUnicodeStringToCountedOemString, if
appropriate.

19 years agoMove Rtl*Registry* structs, defines and prototypes to winternl.h.
Ivan Leo Puoti [Tue, 15 Feb 2005 20:47:24 +0000 (20:47 +0000)] 
Move Rtl*Registry* structs, defines and prototypes to winternl.h.
Fix two function declarations.

19 years agoAdd/updated German resources.
Henning Gerhardt [Tue, 15 Feb 2005 20:46:19 +0000 (20:46 +0000)] 
Add/updated German resources.

19 years agoReindent some code to improve readability.
Mike McCormack [Tue, 15 Feb 2005 20:45:53 +0000 (20:45 +0000)] 
Reindent some code to improve readability.

19 years ago- Add a stub implementation of RpcImpersonateClient.
Robert Shearman [Tue, 15 Feb 2005 20:45:37 +0000 (20:45 +0000)] 
- Add a stub implementation of RpcImpersonateClient.
- More tracing, particularly on error paths.

19 years agoOnly stop writing a volume label if we found a non writable fat
Paul van Schayck [Tue, 15 Feb 2005 15:47:58 +0000 (15:47 +0000)] 
Only stop writing a volume label if we found a non writable fat
partition.

19 years agoThe Global Interface Table should do table-strong marshaling instead
Robert Shearman [Tue, 15 Feb 2005 15:47:44 +0000 (15:47 +0000)] 
The Global Interface Table should do table-strong marshaling instead
of normal marshaling so that an interface can be retrieved more than
one time.

19 years ago- Remove cruft left over from previous RPC backend implementation in
Robert Shearman [Tue, 15 Feb 2005 15:44:25 +0000 (15:44 +0000)] 
- Remove cruft left over from previous RPC backend implementation in
  the apartment structure.
- Don't pass an IPID by value for proxy_manager_create_ifproxy.
- Disable more of RPC_UnregisterInterface to prevent the RPC runtime
  using freed memory.
- Rename various external RPC backend functions so that they all have
  the same "RPC_" prefix.
- Reduce the timeout of the function that connects to a local server
  to 30s, like native.

19 years agoDefine some extra SHFGI values.
Mike McCormack [Tue, 15 Feb 2005 15:43:54 +0000 (15:43 +0000)] 
Define some extra SHFGI values.

19 years agoAdd some more SPI values.
Mike McCormack [Tue, 15 Feb 2005 15:43:43 +0000 (15:43 +0000)] 
Add some more SPI values.

19 years agoFix RPC server thread race.
Robert Shearman [Tue, 15 Feb 2005 15:03:26 +0000 (15:03 +0000)] 
Fix RPC server thread race.

19 years agoERROR_IO_PENDING is expected, so don't return an error.
Robert Shearman [Tue, 15 Feb 2005 15:03:14 +0000 (15:03 +0000)] 
ERROR_IO_PENDING is expected, so don't return an error.

19 years agoImplemented GetProperty method for keyboard device.
Christian Costa [Tue, 15 Feb 2005 15:03:03 +0000 (15:03 +0000)] 
Implemented GetProperty method for keyboard device.

19 years agoMake COM use the RPC runtime as the backend for RPC calls. Based on a
Robert Shearman [Tue, 15 Feb 2005 15:02:49 +0000 (15:02 +0000)] 
Make COM use the RPC runtime as the backend for RPC calls. Based on a
patch by Ove Kåven.

19 years agoBrad DeMorrow
Alexandre Julliard [Mon, 14 Feb 2005 21:08:56 +0000 (21:08 +0000)] 
Brad DeMorrow
Tests for the ntdll registry functions.

19 years agoAdd implementation for RtlQueryRegistryValues, RtlCheckRegistryKey and
Ivan Leo Puoti [Mon, 14 Feb 2005 21:07:33 +0000 (21:07 +0000)] 
Add implementation for RtlQueryRegistryValues, RtlCheckRegistryKey and
RtlDeleteRegistryValue.

19 years agoCast the GetProcAddress() return value to avoid warnings about the
Francois Gouget [Mon, 14 Feb 2005 21:04:45 +0000 (21:04 +0000)] 
Cast the GetProcAddress() return value to avoid warnings about the
function pointer being of the wrong type.
Fix assorted signed/unsigned comparison warnings.

19 years agochar -> const char fixes.
Rémi Assailly [Mon, 14 Feb 2005 21:04:13 +0000 (21:04 +0000)] 
char -> const char fixes.

19 years agoAdded support for command line parameter '/D' to do drive detection
Michael Jung [Mon, 14 Feb 2005 21:03:52 +0000 (21:03 +0000)] 
Added support for command line parameter '/D' to do drive detection
from wineprefixcreate.

19 years agoInclude config.h to reenable reading /etc/fstab on platforms that
Michael Jung [Mon, 14 Feb 2005 21:03:36 +0000 (21:03 +0000)] 
Include config.h to reenable reading /etc/fstab on platforms that
support it.
Implemented a black list of mount directories, which should not be
mapped.
Ensure that the user's home directory is mapped.

19 years agoCheck pdwDataLen param for non NULL'ness.
Michael Jung [Mon, 14 Feb 2005 20:54:43 +0000 (20:54 +0000)] 
Check pdwDataLen param for non NULL'ness.
Implemented PP_IMPLTYPE and PP_VERSION provider params.

19 years agoSet pointers to NULL in delete_drive to prevent heap corruption in
Michael Jung [Mon, 14 Feb 2005 20:54:21 +0000 (20:54 +0000)] 
Set pointers to NULL in delete_drive to prevent heap corruption in
load_drives.

19 years agoAdd some missing \ns.
Robert Reif [Mon, 14 Feb 2005 20:54:12 +0000 (20:54 +0000)] 
Add some missing \ns.

19 years agoImplement and test access flags for color profiles.
Hans Leidekker [Mon, 14 Feb 2005 20:53:59 +0000 (20:53 +0000)] 
Implement and test access flags for color profiles.
Write the color profile back to disk when it was opened for writing.

19 years agoAdd handling of %ws, %S and %C to _vns(w)printf, improve sprintf
Mike McCormack [Mon, 14 Feb 2005 20:53:42 +0000 (20:53 +0000)] 
Add handling of %ws, %S and %C to _vns(w)printf, improve sprintf
tests.

19 years agoMake DDE implementation always work internally in Unicode.
Dmitry Timoshkov [Mon, 14 Feb 2005 11:53:15 +0000 (11:53 +0000)] 
Make DDE implementation always work internally in Unicode.

19 years agoSuppress a warning.
Vincent Béron [Mon, 14 Feb 2005 11:52:48 +0000 (11:52 +0000)] 
Suppress a warning.

19 years agoTest the interaction between IShellLink::SetIDList() and
Francois Gouget [Mon, 14 Feb 2005 11:52:29 +0000 (11:52 +0000)] 
Test the interaction between IShellLink::SetIDList() and
IShellLink::SetPath().
Check what default values one gets on a fresh IShellLink object.
Add some more tests verifying nothing is lost in an IShellLink
save/load cycle. Merged the empty shelllink test with these.

19 years agoREGION_FrameRgn computes the frame region inside the original region.
Rein Klazes [Mon, 14 Feb 2005 11:52:12 +0000 (11:52 +0000)] 
REGION_FrameRgn computes the frame region inside the original region.

19 years agoUpdate scroll info on WM_SETTEXT.
Lauri Tulmin [Mon, 14 Feb 2005 11:51:52 +0000 (11:51 +0000)] 
Update scroll info on WM_SETTEXT.

19 years agoImplement word wrap.
Lauri Tulmin [Mon, 14 Feb 2005 11:51:27 +0000 (11:51 +0000)] 
Implement word wrap.

19 years agoUpdate README for Pt_br and Pt.
Marcelo Duarte [Mon, 14 Feb 2005 11:51:05 +0000 (11:51 +0000)] 
Update README for Pt_br and Pt.

19 years agoInvoke objects in STA's in the correct thread by sending messages to
Robert Shearman [Mon, 14 Feb 2005 11:50:51 +0000 (11:50 +0000)] 
Invoke objects in STA's in the correct thread by sending messages to
the hidden apartment window.

19 years agoMake the edit field created from a richedit control which was created
Jason Edmeades [Mon, 14 Feb 2005 11:50:34 +0000 (11:50 +0000)] 
Make the edit field created from a richedit control which was created
with ES_DISABLENOSCROLL, not have the ES_NUMBER style and hence accept
alphanumeric input.

19 years agoUpdate the resources for Portuguese.
Marcelo Duarte [Mon, 14 Feb 2005 11:12:30 +0000 (11:12 +0000)] 
Update the resources for Portuguese.

19 years agoHandle more properly versions for Direct3D and Direct3DDevice
Christian Costa [Mon, 14 Feb 2005 11:09:46 +0000 (11:09 +0000)] 
Handle more properly versions for Direct3D and Direct3DDevice
objects.

19 years agoAdd 2 missing tags in getting.sgml.
Vincent Béron [Mon, 14 Feb 2005 11:08:33 +0000 (11:08 +0000)] 
Add 2 missing tags in getting.sgml.

19 years agoCheck for overflows with ClrUsed.
Marcus Meissner [Mon, 14 Feb 2005 11:08:22 +0000 (11:08 +0000)] 
Check for overflows with ClrUsed.

19 years agoOutput some more informations.
Marcus Meissner [Mon, 14 Feb 2005 11:07:55 +0000 (11:07 +0000)] 
Output some more informations.
Mark one global variable static.

19 years agoImplement SQL delete query.
Mike McCormack [Mon, 14 Feb 2005 11:07:13 +0000 (11:07 +0000)] 
Implement SQL delete query.

19 years agoDon't crash if ShellFolder doesn't implement the IID_ISFHelper
Filip Navara [Mon, 14 Feb 2005 11:06:48 +0000 (11:06 +0000)] 
Don't crash if ShellFolder doesn't implement the IID_ISFHelper
interface.

19 years agoMake advapi32_test.exe loadable on NT 3.51.
Stefan Leichter [Mon, 14 Feb 2005 11:06:16 +0000 (11:06 +0000)] 
Make advapi32_test.exe loadable on NT 3.51.

19 years agoA RPC_FC_ENUM16 is a VT_USERDEFINED.
Vincent Béron [Mon, 14 Feb 2005 11:05:41 +0000 (11:05 +0000)] 
A RPC_FC_ENUM16 is a VT_USERDEFINED.