How to check if a process is running or not using C++

前端 未结 3 1338
情书的邮戳
情书的邮戳 2021-01-14 21:28

I should not display certain context menu options if one process is not running?. I am checking if the process is running or not using the process name.

But the iss

3条回答
  •  逝去的感伤
    2021-01-14 21:52

    Using WMI to interrogate instances of Win32_Process allows you to check the fullpath of the running processes for a match on the one you need to see.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题