DEVFYI - Developer Resource - FYI

If we cannot alter these Kernel Object structures directly, how do our applications manipulate these kernel objects?

Windows programming Interview Questions and Answers


(Continued from previous question...)

4. If we cannot alter these Kernel Object structures directly, how do our applications manipulate these kernel objects?

The answer is that Windows offers a set of functions that manipulate these structures in well-defined ways. These kernel objects are always accessible via these functions. When you call a function that creates a kernel object, the function returns a handle that identifies the object.

(Continued on next question...)

Other Interview Questions