[python-win32] Rewriting my previous question....

João Paulo Fernandes Farias jpaulofarias at gmail.com
Sun May 21 02:05:51 CEST 2006


Hi!

I'll rewrite my previous question...

How do I get data from another process using win32gui.SendMessage()
when it needs some pointers to fill in the data?

I know it is more likely possible cause winspector can show the text
from some messages like LVM_SETITEMTEXTA where the user uses a pointer
to a structure to pass in the text to set on a SysListView32 item.

How do I do that with win32 extensions?

--
JP


More information about the Python-win32 mailing list