Answers

Question and Answer:

  Home  Windows Programming

⟩ Name few functions that create Kernel Objects?

HANDLE CreateThread(…),HANDLE CreateFile(..),HANDLE CreateFileMapping(..)HANDLE CreateSemaphore(..)etcAll functions that create kernel objects return process-relative handles that can be used successfully by any and all threads that are running in the same process.

 191 views

More Questions for you: