开发者

How can I enumerate Applications?

I'd li开发者_如何转开发ke to get information like window name, process, creation time and such under windows XP system. How can I do it? Is there a module that may give me that information?

Thanks.


Take a look at the Python bindings for the Win32 API. For the rest, I've had better luck with the Win32 API's documentation than that of the Python bindings. For your process enumeration task, take a look at the documentation on Process Information (Windows).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜