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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Windows Programming Job Interview Questions And Answers