Jean-Claude Cote
c65f4a4757
Partial implementation for the following DDE APIs:
...
DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
DdeQueryString, DdeUninitialize.
1998-12-25 08:46:42 +00:00
Jean-Claude Cote
72bf0868a2
Implemented the GetBinaryType API function.
1998-12-24 16:24:43 +00:00
Juergen Schmied
276ef66cc8
New stubs.
1998-12-24 14:34:55 +00:00
Juergen Schmied
0a1fbe1b4c
Dest buffer was printed out as str.
1998-12-24 14:30:11 +00:00
Douglas Ridgway
4f7d9ed1ac
Documentation for TranslateCharsetInfo.
1998-12-18 17:38:39 +00:00
Adrian Harvey
92d44b4c0c
The Zw... Functions in ntdll.dll are just alternate entry
...
points for the same functions as the Nt... function of the
same names. Changed ntdll.spec to match this.
1998-12-18 15:52:59 +00:00
Ulrich Weigand
ffa2c6f9ba
Reorganized PE module loading to prepare for elf-dll loader.
...
WINE_MODREF creation moved to one central location.
Bugfix: correctly select native/built-in version if .DLL
extension is missing in LoadLibrary call.
1998-12-18 15:38:15 +00:00
Juergen Schmied
dd2e59c913
Small fixes.
1998-12-18 14:52:08 +00:00
Juergen Schmied
45459a55d4
Stubs for WaitNamedPipe[A|W].
1998-12-18 13:46:39 +00:00
Paul Quinn
1beaae5f9e
Lots of new defines and stubs.
1998-12-15 15:38:36 +00:00
Juergen Schmied
882c1bef62
Some cleanup.
1998-12-14 17:40:25 +00:00
Marcus Meissner
870dda5bcc
_ultoa implemented.
1998-12-14 14:45:21 +00:00
Ian Schmidt
6417e6898e
Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
...
the pointer.
1998-12-14 14:41:25 +00:00
Justin Bradford
bc93bc833e
Most of the currency variant conversion functions implemented.
...
Minor bugfixes and header tidying.
1998-12-11 14:02:16 +00:00
Marcus Meissner
30ef8778e8
Added RasEnumConnections stub.
1998-12-11 13:26:26 +00:00
Alexandre Julliard
0c0e3bebb8
Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com>
...
Lots of new stubs.
1998-12-10 15:49:22 +00:00
Jean-Claude Cote
b00cbeadb8
Added implementation of the VARIANT APIs.
1998-12-10 10:00:38 +00:00
Marcus Meissner
537772a6bb
Enhanced Win32 Console (XTERM)
...
- inputhandling enhanced (keys and mouseclicks)
- win32 synchronization (partial)
- lots of enhancements to drawing functions
- simple/complex console (simple-stdin/stdout -> complex-xterm).
1998-12-09 16:37:04 +00:00
Huw D M Davies
7d5fd8dc3a
Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
...
printing functions.
1998-12-08 09:44:30 +00:00
Marcus Meissner
c0fbd7e2a7
Stub for NPSGetProviderHandleA.
1998-12-07 16:03:04 +00:00
Gael de Chalendar
49e2773ddf
Stub for WNetOpenEnum32W.
1998-12-07 12:15:34 +00:00
Robert Riggs
f0fa956384
More general code cleanup for readability.
...
A few more parameter validation checks.
Return DS_OK rather than 0 in a number of functions.
Fixed primary buffer ref count bug in CreateSoundBuffer().
Handle 1-3 byte sound fragments that would cause buffer overruns.
Clear primary buffer with a neutral value instead of always 0
(because 128 is neutral for 8-bit sound).
Fix bug with mixing 8-bit sound into the primary buffer.
Broke out the main block in DSOUND_thread() to another function for
readability.
Handle "no audio" and "audio busy" cases properly when initializing
dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
1998-12-07 12:13:01 +00:00
Uwe Bonnes
f0bacceb89
The spec definition for MonitorFromWindow was wrong.
1998-12-07 11:05:23 +00:00
Juergen Schmied
a784a9d7eb
New functions ILGlobalClone/ILGlobalFree.
1998-12-01 11:04:14 +00:00
Marcus Meissner
1ffd5009fa
Added some stubs, some ptr->str conversions.
1998-12-01 09:34:05 +00:00
Lionel Ulmer
581a8edd74
- added definition of DirectDrawCreateClipper.
...
- more versatile support of surfaces / better surface description support.
1998-12-01 09:30:22 +00:00
Juergen Schmied
07e0d947da
Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries.
...
New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
Stubs SHWaitForFileToOpen, PathFindOnPath.
1998-12-01 08:55:13 +00:00
Juergen Schmied
28d3542071
Small changes to print the strings in the relay-trace.
1998-12-01 08:31:11 +00:00
Juergen Schmied
c8a213a2b6
Stubs for MCIWndCreate[A|W].
1998-12-01 08:26:45 +00:00
Juergen Schmied
54b33cfbeb
Stubs for EnumServiceStatus32, small changes.
1998-11-30 17:41:17 +00:00
Paul Quinn
eede6b044e
Implementation of ChildWindowFromPointEx functions.
1998-11-30 13:15:36 +00:00
Marcus Meissner
1ff1f7d15f
Implemented class factory for dsound.
1998-11-30 11:07:11 +00:00
Uwe Bonnes
94113fa10e
- fixed a minimal error in GetCommMask definition.
...
- adds stubs for GetCommModemStatus and WaitCommEvent.
1998-11-30 10:40:02 +00:00
Uwe Bonnes
2d65536bc4
Added stubs for Startpage and EndPage.
1998-11-26 15:20:55 +00:00
Francis Beaudet
f1779ed51d
Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
...
and SysStringLen(). Ensure that the BSTR objects were allocated
according to the Windows documentation.
1998-11-25 17:20:36 +00:00
Juergen Schmied
bcd05e9920
Moved existing path - functions to shellpatch.c.
...
New: PathRemoveBlanks32A|W, PathMatchSpec32A|W,
PathSetDlgItemPath32A|W.
1998-11-25 16:47:05 +00:00
Juergen Schmied
8090784a46
New stubs GetUserObjectInformationA|W.
1998-11-24 20:26:02 +00:00
Marcus Meissner
7f4d1f4ebf
Removed left over 'show' and useless deadbeef checking which doesn't
...
work.
1998-11-24 20:25:04 +00:00
Eric Pouech
65ae1b5982
Some new stubs (midiStreamXXX functions, some mci functions, and
...
some mmio functions).
1998-11-24 18:46:46 +00:00
Eric Kohl
437449fb03
Fixed ImageList_LoadImage().
1998-11-22 17:59:57 +00:00
Eric Kohl
7be922a2f4
Added stub for CreateItemMoniker().
1998-11-22 17:56:07 +00:00
Andreas Mohr
1e360ebbf9
Added Win16 implementation for GetRegionData().
1998-11-22 16:54:26 +00:00
Juergen Schmied
197cc88450
Added missing entry for GetNumberFormatW.
1998-11-22 16:20:49 +00:00
Juergen Schmied
057d9f23d2
New stubs strdate, strtime.
1998-11-22 15:06:56 +00:00
Marcus Meissner
38980e4624
Remove now useless RELAY_ShowDebugmsgsRelay check.
1998-11-22 14:12:36 +00:00
Juergen Schmied
72b76d1a41
Cleanup, small fixes, a few new stubs.
1998-11-15 13:28:00 +00:00
Gavriel State
a23a1b3fa2
Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
1998-11-15 09:22:23 +00:00
Rein Klazes
6df25e8004
Added implementations for InterlockedExchangeAdd() and
...
InterlockedCompareExchange().
1998-11-14 18:21:32 +00:00
Marcus Meissner
30c112e665
Speed up relay32, snoop16 and snoop32 include/excludes by doing them
...
just once at creation time.
1998-11-14 17:06:55 +00:00
Pavel Roskin
06b4eb326e
Added stubs for CoRevokeClassObject and OleSetClipboard.
1998-11-14 17:01:59 +00:00