This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients Kelvin You, amaury.forgeotdarc, belopolsky, josh.r, meador.inge, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-10-20.14:15:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476972949.9.0.546315487236.issue28474@psf.upfronthosting.co.za>
In-reply-to
Content
All HRESULT values are, since the topmost bit indicates that it's an error, but all the others should be 16-bit positive integers IIRC. I don't think this function is meant to work with HRESULTs, but I could be wrong - fairly sure it's meant for Win32 error codes, though I'd have to dig into the format function it calls.

What function are you calling that produces an HRESULT from GetLastError?
History
Date User Action Args
2016-10-20 14:15:49steve.dowersetrecipients: + steve.dower, paul.moore, amaury.forgeotdarc, belopolsky, tim.golden, meador.inge, zach.ware, josh.r, Kelvin You
2016-10-20 14:15:49steve.dowersetmessageid: <1476972949.9.0.546315487236.issue28474@psf.upfronthosting.co.za>
2016-10-20 14:15:49steve.dowerlinkissue28474 messages
2016-10-20 14:15:49steve.dowercreate