且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用CreateProcessAsUser从特定会话中的运行进程打开新进程

更新时间:2023-12-04 18:16:28

我正在使用CreateWindowEx API使用C ++创建窗口窗口正常但我想打开一个窗口,因为新进程有一些名称"abc.exe"。 ,有一个名为CreateProcessAsUser的API,但我没有得到如何在这个上下文中使用这个API
。任何人都可以帮我解决这个问题。

I am using CreateWindowEx API using C++ to create window window is opening fine but I want to open a window as new process that has some name "abc.exe" , there is an API called CreateProcessAsUser but I am not getting how to use this API in this context.Can anyone help me out to solve this problem.

提前致谢。