calldll: given a longint (=pointer) - howdoi access the data?

Gordon McMillan gmcm at hypernet.com
Wed Jun 20 08:41:49 EDT 2001


[posted and mailed]

Martin Bless wrote:

[using calldll]
>The dll calls the callback function with a pointer to a 860-byte data
>structure.
>
>*** How do I turn this longint (being a pointer) into a Python data
>structure (let's say string)?

calldll.read_string(address, length)

- Gordon



More information about the Python-list mailing list