[python-win32] Possibility of calling static functions using window/thread handles?

Kevin White kevin.white at nextpage.com
Mon Aug 22 20:09:24 CEST 2005


I don't know much about Windows API programming, so this may be a
laughable question.  Is it possible to use the
win32process.CreateProcess() function to launch a program then somehow
use the returned window/thread handle to invoke a static method.  My
guess is that the process would have to somehow magically be converted
back to its native class/object and I don't know if that's really
feasible.  Thoughts?

 

Kevin White

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20050822/636a377f/attachment.htm


More information about the Python-win32 mailing list