Windows Programming Question:
Download Job Interview Questions and Answers PDF
What do you mean by unnamed object?
Answer:
When you are creating the kernel objects with the help of API’s like CreateMutex(, , , ,pzname). And the Pzname parameter is NULL , you are indicating to the system that you want to create an unnamed (anonymous) kernel object. When you create an unnamed object, you can share the object across processes by using either inheritance or DuplicateHandle
Download Windows Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the limit on per process for creating a thread? | What about the usage count in the parent child process tables? |