Windows Programming Question:

What is handle?

Tweet Share WhatsApp

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 PDF 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?