Explain What is the purpose of Process Handle Table?
Submitted by: AdministratorWhen a process is initialized, the system allocates a handle table for it. This handle table is used only for kernel objects, not for User objects or GDI objects. When a process first initializes, its handle table is empty. Then when a thread in the process calls a function that creates a kernel object, such as CreateFileMapping , the kernel allocates a block of memory for the object and initializes it; the kernel then scans the process?s handle table for an empty entry
Submitted by: Administrator
Submitted by: Administrator
Read Online Windows Programing Job Interview Questions And Answers
Top Windows Programing Questions
☺ | Explain the cause of thrashing? How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem? |
☺ | Explain What are GPO links? What special things can I do to them? |
☺ | Explain Dispatcher? |
☺ | Explain What is multi tasking, multi programming, multi threading? |
☺ | Explain Difference between Primary storage and secondary storage? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |