简体   繁体   English

我如何枚举应用程序?

[英]How can I enumerate Applications?

I'd like to get information like window name, process, creation time and such under windows XP system. 我想在Windows XP系统下获取窗口名称,进程,创建时间等信息。 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 . 看一下Win32 APIPython绑定 For the rest, I've had better luck with the Win32 API's documentation than that of the Python bindings. 对于其他人来说,我的Win32 API文档比Python绑定更好。 For your process enumeration task, take a look at the documentation on Process Information (Windows) . 对于进程枚举任务,请查看有关进程信息(Windows)的文档。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM