Windows Programming Question:

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

Tweet Share WhatsApp

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 PDF Read All 30 Windows Programming Questions
Previous QuestionNext Question
What do you mean by unnamed object?How the handles are handled in the child process?