Thursday, 12 September 2013

How does CreateProcess() come to know that new process undergo which subsystem?

How does CreateProcess() come to know that new process undergo which
subsystem?

When you build a project, we can define that under which subsystem we want
to run our program in windows. But how it would affect the output exe
file. Or in other words when we call a CreateProcess() API we just pass it
an exe file, So which header inside the exe file, it checks to determine
that which subsystem going to handle this process? Or it uses some other
method in order to accomplish it?

No comments:

Post a Comment