Commit Graph

192 Commits

Author SHA1 Message Date
Nikolay Sivov c9f2007e72 shlwapi: Implement IUnknown_QueryServiceExec with tests. 2010-03-25 15:10:04 +01:00
Francois Gouget 3428b94a8d Assorted spelling and case fixes. 2010-03-22 10:49:13 +01:00
Nikolay Sivov c8cd150258 shlwapi: Don't cast WCHAR string to BSTR. 2010-03-15 14:18:06 +01:00
Nikolay Sivov 533f7558aa shlwapi: Partially implement SHGetObjectCompatFlags with tests. 2010-03-15 14:18:06 +01:00
Nikolay Sivov cf663d17e7 shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests. 2010-03-01 12:05:52 +01:00
Nikolay Sivov 5d74e5753f shlwapi: Fix mask usage in SHSetWindowBits with tests. 2010-03-01 12:05:52 +01:00
Detlef Riekenberg b14a08f388 shlwapi: Return the correct length from GetAcceptLanguagesA. 2010-02-12 15:52:25 +01:00
Detlef Riekenberg 31ea126692 shlwapi: Return the correct results in GetAcceptLanguagesW. 2010-02-12 15:52:25 +01:00
Piotr Caban 09a78cd566 shlwapi: Added OS_VISTAORGREATER flag to IsOS (undocumented). 2010-02-01 12:09:20 +01:00
Aric Stewart 0a59c65e74 shlwapi: Implement SHPropertyBag_ReadLONG. 2009-12-15 11:43:36 +01:00
Aric Stewart 0cdd4722fa shlwapi: Beginning implementation of IUnknown_QueryServiceForWebBrowserApp. 2009-12-14 12:04:03 +01:00
Aric Stewart 3635bbb928 shlwapi: Ordinal 196 is SHVerbExistsNA not DnsRecordSetCompare. 2009-12-11 17:47:29 +01:00
Aric Stewart deef2c5ac2 shlwapi: Release rgcd.pUnk returned by enumeration. 2009-12-11 11:55:58 +01:00
Aric Stewart ec2a78c30a shlwapi: DISPPARAMS on Invoke are never NULL. 2009-12-11 11:55:52 +01:00
Aric Stewart 3dbc0b0667 shlwapi: Failure in IConnectionPoint_GetConnectionInterface does not prevent Invoking. 2009-12-11 11:55:44 +01:00
Aric Stewart 56d1a7c003 shlwapi: Rename ConnectToConnectionPoint bAdviseOnly to fConnect as MSDN. 2009-12-11 11:55:34 +01:00
Owen Rudge e6f2ec4766 shlwapi: Implement stub for ZoneCheckUrlExW. 2009-09-08 13:53:17 +02:00
Owen Rudge 79d671b7ec shlwapi: Implement stubs for SHFormatDateTimeA/W. 2009-09-08 13:53:01 +02:00
Owen Rudge 9e7c8e064b shlwapi: Implement stub for SHGetViewStatePropertyBag. 2009-09-08 13:52:38 +02:00
Owen Rudge 3006cba5bd shlwapi: Implement stub for SHCreatePropertyBagOnRegKey. 2009-09-08 13:52:29 +02:00
Owen Rudge dbac3f1711 shlwapi: Implement IUnknown_UIActivateIO. 2009-09-08 13:52:15 +02:00
Alexandre Julliard 713183200b shlwapi: Add a partial stub for IConnectionPoint_InvokeWithCancel. 2009-05-15 14:18:49 +02:00
Michael Stefaniuc 08e3742f37 shlwapi: Remove superfluous pointer casts. 2009-01-22 12:04:57 +01:00
Alexandre Julliard 5f36d0239f kernel32: Convert FormatMessageA/W to use an MS ABI vararg list for x86_64. 2008-12-31 20:59:51 +01:00
Alexandre Julliard 55e4c7f14e shlwapi: Convert SHPackDispParams to use an MS ABI vararg list for x86_64. 2008-12-31 20:59:42 +01:00
Francois Gouget a3973e0c47 shlwapi: Remove WINAPI on static functions where not needed. 2008-11-25 11:49:54 +01:00
Francois Gouget 9c5e97aa71 Assorted spelling fixes. 2008-11-24 14:25:10 +01:00
Michael Stefaniuc 5f55f154bf shlwapi: Remove superfluous casts of/to void pointers. 2008-11-06 11:09:56 +01:00
Alexandre Julliard 7f327237bf Convert remaining source files to utf-8. 2008-10-18 19:23:08 +02:00
Detlef Riekenberg 680b5df5cf shlwapi: Implement SHSendMessageBroadcastA/W. 2008-10-14 14:01:22 +02:00
Michael Stefaniuc 0312b96474 shlwapi: Use FAILED instead of !SUCCEEDED. 2008-10-08 13:42:29 +02:00
Detlef Riekenberg 3a2dfbd4e4 shlwapi: Add a stub for SHSetDefaultDialogFont. 2008-09-10 11:08:20 +02:00
Rob Shearman 9dd75ea093 shlwapi: Fix testing of HRESULT types with not operator instead of comparing against S_OK.
This makes it more obvious what the code is doing.
2008-08-18 17:34:12 +02:00
Andrew Talbot dd0a22420a shlwapi: Remove unneeded address-of operator from array name. 2008-07-14 11:50:15 +02:00
Andrew Talbot af3055e2e1 shlwapi: Remove unused variables. 2008-04-29 12:37:54 +02:00
Austin English aab8fae59a Spelling fixes. 2008-04-21 14:25:05 +02:00
Rob Shearman 151cc8bd05 shlwapi: IID_IInternetSecurityMgrSite is now defined so remove the local definition from IUnknown_GetWindow. 2008-02-15 11:04:18 +01:00
Jacek Caban 5f3dd23f10 shlwapi: Uncomment IUnknown_EnableModeless code. 2007-12-05 12:07:05 +01:00
Jacek Caban f58d9a94fa shlwapi: Reimplement IUnknown_CPContainerInvokeParam on top of SHPackDispParams. 2007-11-12 12:15:38 +01:00
Jacek Caban dabbe5c55b shlwapi: Added SHPackDispParams implementation. 2007-11-12 12:15:24 +01:00
Jacek Caban 54292f7da6 shlwapi: Added SHPackDispParamsV implementation. 2007-11-12 12:15:12 +01:00
Dmitry Timoshkov c20bf6931a shlwapi: Update exported API entries according to the info published by Geoff Chappell. 2007-10-26 14:03:47 +02:00
Dmitry Timoshkov ae89239cde shlwapi: Forward GetStringType3ExW to GetStringTypeW. 2007-10-25 12:48:53 +02:00
Dmitry Timoshkov f7a7e6d9f9 shlwapi: Forward SetDlgItemTextWrapW to user32.SetDlgItemTextW. 2007-10-25 12:48:48 +02:00
Dmitry Timoshkov fd9774cef6 shlwapi: Forward more entries to user32 exports. 2007-10-24 14:12:17 +02:00
Dmitry Timoshkov 54c83b388c shlwapi: Use existing shlwapi/Win32 APIs to compare strings in Windows encoding. 2007-10-24 14:12:09 +02:00
Alexandre Julliard 3ee3058677 shlwapi: Fix GetAcceptLanguagesA to not read past the end of the buffer. 2007-10-01 18:09:11 +02:00
Rob Shearman 5440889645 shlwapi: Fix IUnknown_OnFocusOCS to call OnFocus instead of GetExtendedControl. 2007-09-10 16:13:47 +02:00
Dmitry Timoshkov 572e803654 shlwapi: Duplicate shell32.ShellMessageBoxW implementation in shlwapi.ShellMessageBoxWrapW. 2007-09-10 15:29:46 +02:00
Dmitry Timoshkov f27e5299c9 shlwapi: Fix parameter types of SHGetIniStringW. 2007-07-16 14:53:42 +02:00