Dmitry Timoshkov
f27e5299c9
shlwapi: Fix parameter types of SHGetIniStringW.
2007-07-16 14:53:42 +02:00
Dmitry Timoshkov
929be93411
shlwapi: Fix some spec entry definitions.
2007-07-13 12:29:54 +02:00
Nigel Liang
ddbb317915
shlwapi: Stub implementation for SHSetTimerQueueTimer.
2007-05-25 19:29:54 +02:00
Andrey Turkin
8299714952
shlwapi: Implement IUnknown_CPContainerInvokeParam.
2007-05-04 13:40:20 +02:00
Andrey Turkin
b63e9a7828
shlwapi: Implement IConnectionPoint_SimpleInvoke.
2007-05-01 11:42:50 +02:00
Dmitry Timoshkov
1b2a2943b8
shlwapi: Fix a forward to user32.PrivateExtractIconExW.
2007-04-06 12:31:09 +02:00
Dmitry Timoshkov
03e9e5b60d
shlwapi: Match shlwapi wrappers to MSDN descriptions.
2007-03-29 21:00:11 +02:00
Jacek Caban
d159b33228
shlwapi: Forward CLSIDFromProgIDWrap to ole32 (with test).
2007-01-08 11:46:05 +01:00
Andrey Turkin
5151c81a23
shlwapi: Implement GetShellSecurityDescriptor and test for it.
2006-11-08 15:49:33 +01:00
Mike McCormack
106e65e0f8
shlwapi: Ordinal 394 should load and call shell32.SHNotifyChange.
...
Makes builtin shlwapi behave better during reboot after IE6 install.
2006-08-16 12:57:23 +02:00
Mike McCormack
ba3d4b2243
shlwapi: Add a stub implementation for ZoneComputePaneSize.
...
Allows IE6 to show its main window with builtin shlwapi.
2006-08-16 12:54:02 +02:00
Juan Lang
8076d1cf12
shlwapi: Small cleanups.
...
- forward MLGetUILanguage to kernel32
- correct type of parameter to MLLoadLibrary
2006-06-20 20:36:04 +02:00
Mike McCormack
2b32128d42
shlwapi: Add a stub implementation for IUnknown_ProfferService.
2006-05-05 20:57:11 +02:00
Mike McCormack
db8090eec2
shlwapi: Add a stub implementation for IUnknown_QueryServiceExec.
2006-05-05 20:55:12 +02:00
Stefan Leichter
cfcc9a755d
shlwapi: Added stub for ShellMessageBoxWrapW.
2006-02-02 13:20:04 +01:00
Marcus Meissner
64869596cf
shlwapi: Print PathCombine* strings arguments in relay debugging.
2006-01-04 14:52:55 +01:00
Uwe Bonnes
c51e9964a3
Semi-stub implementation for SHRegGetValue(A|W).
2005-11-07 20:14:27 +00:00
Francois Gouget
335fce9ce0
Fix .spec declarations for functinos with 64bit arguments (reported by
...
winapi_check).
2005-09-26 09:56:40 +00:00
Alexandre Julliard
7a52190c03
Take into account -noname functions when checking for duplicate export
...
names. Fixed a couple of issues found by the stricter check.
2005-09-19 14:44:28 +00:00
Alexandre Julliard
4c34d9386c
Specify 64-bit integers as double instead of long long in spec files
...
so that we get the correct number of arguments.
2005-09-09 15:05:01 +00:00
Huw Davies
bc94cbb50c
Implement SHLoadRegUIStringW.
2005-08-12 15:51:44 +00:00
Huw Davies
554357ec62
Implement SHLoadIndirectString.
2005-08-11 18:35:15 +00:00
Huw Davies
1c088a43f7
Partial implementation of DeleteMenuWrap.
2005-08-10 15:01:07 +00:00
Huw Davies
6b1670c7cb
Implement IUnknown_EnumObjects.
2005-08-10 13:00:05 +00:00
Huw Davies
88a8ff027a
_CreateAllAccessSecurityAttributes takes three parameters.
2005-08-09 20:34:57 +00:00
Alexandre Julliard
94defee579
Don't prefix the functions DllInstall and DllGetVersion with the dll
...
name so that the compiler can check the prototypes.
2005-08-08 17:43:51 +00:00
Huw Davies
adc317c5cc
Forward ordinals 457,458 to GetLongPathNameW,A.
2005-08-08 12:14:09 +00:00
Alexandre Julliard
f84401aa17
Sort entry points in the same order as Windows.
2005-06-23 09:57:11 +00:00
Jon Griffiths
6064680f71
Implement @188,190,195,200,256,478,481.
...
IUnknown_EnableModeless() also handles IOleInPlaceActiveObject.
2005-03-18 14:01:16 +00:00
Thomas Weidenmueller
e2f07fb444
Forward to user32 when appropriate.
2005-02-16 16:27:01 +00:00
Hans Leidekker
80829db067
Implement and test PathIsValidChar{A,W}.
2005-02-03 13:34:05 +00:00
Hans Leidekker
a4b80ec97e
Stub implementations for PathUnExpandEnvStringsSHRegEnumUSValue{A,W},
...
SHRegCreateUSKey{A,W}, SHRegDeleteEmptyUSKey{A,W},
SHRegDeleteUSValue{A,W}, SHRegEnumUSValue{A,W}.
2005-01-18 11:39:05 +00:00
Ge van Geldorp
707a10708f
SHGetAppCompatFlags takes 4 bytes of parameters.
2004-09-25 00:29:30 +00:00
Jon Griffiths
68ddf16a1c
Implement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyNXA/W,
...
SHAnsiToAnsi, SHUnicodeToUnicode.
2004-09-13 18:11:56 +00:00
Francois Gouget
3e2868b457
Don't export the shell32 SHAllocShared functions by name.
...
Implement them by calling out their shlwapi equivalent (which had a
much more complete implementation anyway).
Fix the prototype of shlwapi's SHAllocShared().
Don't crash if lpvData is NULL in SHAllocShared().
Add a conformance test to shlwapi.
2004-08-31 17:38:59 +00:00
Stefan Leichter
2575070120
Forward shlwapi.459/460 (SHExpandEnvironmentStringsA/W) to
...
kernel32.ExpandEnvironmentStringsA/W.
2004-07-19 19:32:51 +00:00
Alexandre Julliard
932e8165c9
Implemented GetUIVersion (based on a patch by Stefan Leichter).
2004-07-17 00:05:23 +00:00
Raphael Junqueira
28d175b52c
Stub for SHFlushSFCacheWrap.
2004-06-01 20:20:33 +00:00
Ulrich Czekalla
4205880fd1
Implement FixSlashesAndColonW and add stub for SHGetAppCompatFlags.
2004-03-27 01:38:26 +00:00
Jon Griffiths
00c5250a84
Implement SHMessageBoxCheck functions && add dialog resources.
...
Add SHWaitForSendMessageThread, SHAnsiToUnicodeCP,SHStripMneumonicW,
SHSearchMapInt.
2004-03-18 02:11:23 +00:00
Dmitry Timoshkov
88e1f4e9cb
Add SHMenuIndexFromID and SHCoCreateInstanceAC.
2004-02-28 01:46:56 +00:00
Jon Griffiths
2e2d6ec7c9
Stub the stopwatch API.
...
Implement DoesStringRoundTripW,@371-3,@392.
Move a couple of string functions into string.c
2004-02-17 22:48:56 +00:00
Robert Shearman
780deecfd7
- Add IntlStrEqWorkerA/W.
...
- StrCmp tests.
2004-02-17 20:24:50 +00:00
Jon Griffiths
d015d3b98a
Add some missing prototypes, fix AssocIsDangerous.
...
Implement StrRetToBSTR, delay-import oleaut32.
2004-02-10 02:22:17 +00:00
Juan Lang
3f789b1c92
Stub for MLIsMLHInstance.
2004-02-05 01:39:40 +00:00
Rolf Kalbermatter
ed32535931
Implemented PathFileExistsAndAttributesA/W function.
2004-01-19 21:46:14 +00:00
Stefan Leichter
ebdc1f46b7
Added stub for SHRegisterValidateTemplate.
2004-01-18 22:07:57 +00:00
Jon Griffiths
a7b3fd835d
Add @405/406, document URL functions.
...
Fix MLLoadLibraryW prototype.
2003-10-01 03:10:42 +00:00
Jon Griffiths
899a4062ed
MLLoadlibrary: Remove -noname and duplicate entry.
2003-09-11 23:07:29 +00:00
Alexandre Julliard
5cb96aa050
Changed ordinal functions that now have a name to use -noname instead
...
of nameless exports.
2003-09-11 03:51:46 +00:00