Name few functions that create Kernel Objects?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Windows Programming Job Interview Questions And Answers