Windows Programing Question:
Download Questions PDF

Explain What is the need of process relative handles?

Answer:

The most important reason was robustness. If kernel object handles were system-wide values, one process could easily obtain the handle to an object that another process was using and wreak havoc on that process. Another reason for process-relative handles is security. Kernel objects are protected with security, and a process must request permission to manipulate an object before attempting to manipulate it. The creator of the object can prevent an unauthorized user from touching the object simply by denying access to it

Download Windows Programing Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What are types of kernel objects?Explain Dispatcher?