Windows Programming Question:
What are types of kernel objects?
Answer:
Several types of kernel objects, such as access token objects, event objects, file objects, file-mapping objects, I/O completion port objects, job objects, mailslot objects, mutex objects, pipe objects, process objects, semaphore objects, thread objects, and waitable timer objects.
Previous Question | Next Question |
If we cannot alter these Kernel Object structures directly, how do our applications manipulate these kernel objects? | What is a thread? |