reehdus wrote: > > I see...I tried looking for documentation onw win32con to see what I > needed but I couldn't muster up anything. All i got were > win32con.PROCESS_TERMINATE and process query information so I assumed one of > this was what I needed. Again...thanks so much for enlightening me. >
Remember that virtually all of the calls in the "win32" modules are direct mappings to the Win32 APIs of the same name. For the most part, the best source of technical information is the MSDN pages for the APIs. You sometimes have to spend a few minutes trying to map the C parameters into Python code, but once you get the pattern, that's not so hard. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32