[Bug 15070] New: HxD cant find Internetupdate

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 30 04:18:24 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15070

           Summary: HxD cant find Internetupdate
           Product: Wine
           Version: 1.1.3
          Platform: PC-x86-64
               URL: http://mh-nexus.de/de/hxd
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wininet
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: nerv at dawncrow.de


Created an attachment (id=15741)
 --> (http://bugs.winehq.org/attachment.cgi?id=15741)
wininet trace

The Function HttpQueryInfoW returns False in Wine with lpdwIndex=1 in XP it
returns True with lpdwIndex=0.
Sample Delphi Code:
HttpQueryInfo(hRequest, HTTP_QUERY_STATUS_CODE, @Result[1], len, dummy)
[len and dummy are 0]
The attachment contains a Trace with WINEDEBUG=wininet and improved
TRACE-Functions by me:
TRACE("(%p, 0x%08x)--> %d with lpdwIndex=%d (Adress) and value=%d\n",
hHttpRequest, dwInfoLevel, dwInfoLevel, lpdwIndex, *lpdwIndex);


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list