How the handle helps in manipulating the kernel objects?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Windows Programming Job Interview Questions And Answers