DEVFYI - Developer Resource - FYI

Name few functions that create Kernel Objects?

Windows programming Interview Questions and Answers


(Continued from previous question...)

10. 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.

(Continued on next question...)

Other Interview Questions