Windows Programming Question:

Download Job Interview Questions and Answers PDF

What about the usage count in the parent child process tables?

Windows Programming Interview Question
Windows Programming Interview Question

Answer:

The system increments the usage count of the kernel object because two processes are now using the object. For the kernel object to be destroyed, both the parent process and the child process must either call CloseHandle on the object or terminate.

Download Windows Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What do you mean by unnamed object?How the handles are handled in the child process?