문제

I have an C win32 application that starts other apps by using the CreateProcess(). Each of the new processes get a unique port number and other stuff. My question is there anyway to add, for example the port number, to the new process description at run time? I want this to to be able to separate the processes by looking at the Task manager > Processes > Description column.

Please understand I am talking about run time not compile time.

with regards,

Ehsan

도움이 되었습니까?

해결책

The Description value is retreived from a process's version resource, which cannot be changed while the process is running.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top