1.TFindProcess::Next()参数中的进程名称的格式:<name>[<UID3>]<instance number>
<name> - the name of executable or the name of Console - so remember it can be changed;
<UID3> - UID3 of executable, in lowercase HEX, 8 digits, always the same;
<instance number> - instance number, 4 digits, starting from 0001. For example name of kernel process is: ekern.exe[100041af]0001
TFindProcess::Next() 可以发现全部进程, 而 TFindAppTask只能发现非隐藏窗口应用.
2.How to Launch an EXE and Pass Command Line Arguments
http://wiki.forum.nokia.com/index.php/How_to_Launch_an_EXE_and_Pass_Command_Line_Arguments
如何启动和停止exe
本文详细介绍了TFindProcess::Next()函数中进程名称的格式,并解释了如何使用该函数来查找所有进程。此外,还提供了启动EXE文件及传递命令行参数的方法链接。
15万+

被折叠的 条评论
为什么被折叠?



