DEVFYI - Developer Resource - FYI

How the handle helps in manipulating the kernel objects?

Windows programming Interview Questions and Answers


(Continued from previous question...)

12. How the handle helps in manipulating the kernel objects?

Whenever you call a function that accepts a kernel object handle as an argument, you pass the value returned by one of the Create* functions. Internally, the function looks in your process’s handle table to get the address of the kernel object you want to manipulate and then manipulates the object’s data structure in a well-defined fashion.

(Continued on next question...)

Other Interview Questions