Windows Programming Question:
Download Questions PDF

What is handle?

Windows Programming Interview Question
Windows Programming Interview Question

Answer:

Handle value is actually the index into the process’s handle table that identifies where the kernel object’s information is stored.

Download Windows Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What happens when the CloseHandle(handle) is called?What is the purpose of Process Handle Table?