- 03 Feb, 2005 10 commits
-
-
Eric Kohl authored
SetupDiClassGuidsFromNameExA, SetupDiCreateDeviceInfoListExA and SetupDiOpenClassRegKeyExA using MultiByteToUnicode. - Retrieve OS version upon process attach.
-
Huw Davies authored
-
Hans Leidekker authored
-
Alexandre Julliard authored
refcount of the pipe). Converted linked lists to use the standard functions. Small cleanups.
-
Alexandre Julliard authored
still open.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Mike McCormack authored
- use TextStyle enumeration instead of numbers - fix MSI_IterateRecords to return the correct count
-
Juan Lang authored
-
Paul van Schayck authored
-
- 02 Feb, 2005 15 commits
-
-
Robert Shearman authored
the requested interface. - Unmarshaling IID_NULL means use the IID the interface was originally marshaled with.
-
Lauri Tulmin authored
-
Lauri Tulmin authored
-
Huw Davies authored
-
Eric Kohl authored
MultiByteToUnicode and UnicodeToMultiByte. - Sort prototypes in setupapi.h and a few function in spec.
-
David McCullough authored
the GET method.
-
Mike McCormack authored
-
Mike McCormack authored
-
Dmitry Timoshkov authored
when creating MDI children. Add a test case for the desired behaviour.
-
James Hawkins authored
-
James Hawkins authored
-
Aric Stewart authored
Allow for nested keys to work properly.
-
Aric Stewart authored
unneeded errors.
-
Mike McCormack authored
condition.
-
Aric Stewart authored
actions. A fix to deformat_string so it only returns a null return if you provided a null buffer.
-
- 01 Feb, 2005 15 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-specific WS_EX_MANAGED style bit.
-
Hans Leidekker authored
HttpSendRequestExW, InternetGetLastResponseInfoW, InternetConfirmZoneCrossing{A,W}, InternetDial{A,W}, InternetGoOnline{A,W}, InternetHangUp, CreateMD5SSOHash, InternetClearAllPerSiteCookieDecisions, InternetEnumPerSiteCookieDecision{A,W}, InternetGetCookieEx{A,W}, InternetGetPerSiteCookieDecision{A,W}, InternetSetPerSiteCookieDecision{A,W}, InternetSetCookieEx{A,W}, ResumeSuspendedDownload, RetrieveUrlCacheEntryFileW, UnlockUrlCacheEntryFileW, {Create,Delete}UrlCacheEntryW, CommitUrlCacheEntryW, RetrieveUrlCacheEntryStreamW, FindCloseUrlCache, FindFirstUrlCacheEntryEx{A,W}, FindFirstUrlCacheGroup, FindNextUrlCacheEntry{,Ex}{A,W}, FindNextUrlCacheGroup, SetUrlCacheEntryGroup{A,W}, {Get,Set}UrlCacheGroupAttribute{A,W}, SetUrlCacheConfigInfo{A,W}. - Spec file stubs for new undocumented functions ForceNexusLookup{,ExW}, Ftp{Get,Put}FileEx, HttpCheckDavCompliance, InternetAlgIdToString{A,W}, InternetFortezzaCommand, InternetGetCertByURLA, InternetQueryFortezzaStatus, InternetSecurityProtocolToString{A,W}, InternetSetDialState{A,W}, InternetShowSecurityInfoByURL{A,W}, IsUrlCacheEntryExpired{A,W}, Privacy{Get,Set}ZonePreferenceW, RegisterUrlCacheNotification, UrlZonesDetach. - Use memcpy instead of strncpy in InternetGetLastResponseInfoA. - Add and improve some traces. - Fix my own coding style in InternetTimeToSystemTimeW. - Fix a couple of signedness warnings.
-
Huw Davies authored
import of stdole2.tlb). Add propputref attribute.
-
Dmitry Timoshkov authored
-
Robert Reif authored
-
Justin Chevrier authored
initially only and not from a WINE specific registry entry. - SPI_SETWORKAREA: Don't save work area information to registry.
-
Aric Stewart authored
a ProcessAction and ProcessUIAction for future dialog box work. Also fix a bug in deformat_string where i was not freeing the created record.
-
Alexandre Julliard authored
-
Juan Lang authored
-
Christian Costa authored
Cleaned up AVIDec.
-
James Hawkins authored
-
Tom Wickline authored
-
Aric Stewart authored
-
Robert Shearman authored
it yet. - Don't release apartment on changing modes because we didn't add a reference anywhere. - Quieten the RPC_E_DISCONNECTED error message as it is an expected return code. - Treat IID_NULL the same as IID_IUnknown. - Make tests compile on Win95 again. - Fix copy+paste error where the test failure should be from the CoUnmarshalInterface function.
-