Windows Programming Question:

What is handle?

Answer:

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

Read All 30 Windows Programming Questions
Previous QuestionNext Question
What happens when the CloseHandle(handle) is called?What is the purpose of Process Handle Table?