IT Placement Papers Operating System Windows
This category contains Windows Interview Questions and Answers |
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.
Only registered users can write comments. Please login or register.
|