DEVFYI - Developer Resource - FYI

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

Windows programming Interview Questions and Answers


(Continued from previous question...)

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

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.

(Continued on next question...)

Other Interview Questions