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
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to