DEVFYI - Developer Resource - FYI

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

Windows programming Interview Questions and Answers


(Continued from previous question...)

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

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.

(Continued on next question...)

Other Interview Questions