Windows Programming Question: Download Windows Programming PDF

How to identify the difference between the kernel object and user object?

Tweet Share WhatsApp

Answer:

The easiest way to determine whether an object is a kernel object is to examine the function that creates the object. Almost all functions that create kernel objects have a parameter that allows you to specify security attribute information.

Download Windows Programming PDF Read All 30 Windows Programming Questions
Previous QuestionNext Question
Name few functions that create Kernel Objects?How does the kernel object outlive the process that created it?