Quantcast
Channel: Get pid of started process c++ - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by user4815162342 for Get pid of started process c++

According to the documentation on PROCESS_INFORMATION, you can access the process id directly from the PROCESS_INFORMATION struct by accessing the dwProcessId member:DWORD dwPid = pi.dwProcessId;

View Article



Get pid of started process c++

I try to get PID of process which i started by my app. DWORD dwPid = GetProcessId(pi.hProcess);Somewhere on this forum is this solution but i dont have func "GetProcessId"To start process i'm...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images