Windows Programming Question:
What is DuplicateHandle (API)?
Answer:
Takes an entry in one process’s handle table and makes a copy of the entry into another process’s handle table
Previous Question | Next Question |
What is Synchronization Objects? | What are Named Objects? |