[python-win32] writing DWORD values > 0x7ffffff

Tim Golden mail at timgolden.me.uk
Mon Mar 26 22:03:24 CEST 2012


On 26/03/2012 20:20, Tim Roberts wrote:
>    dw = struct.unpack('l',struct.pack('L', 0x80102030))[0]

Seconded: I've used almost exactly this incantation for various
Windows-y things for a few years now.

TJG


More information about the python-win32 mailing list