Name the Synchronization objects?
Answers were Sorted based on User's Feedback
Answer / satyarth
the base class for synchronization is CSyncObject.there are
four synchronization objects
CEvent , CCriticalSection , CMutex , CSemaphore
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / manjinder
There are four synchronization objects which MFC holds.
They are
CEvent, CCriticalSection, CMutex, CSemaphore. Other than
CCriticalSection all are kernel objects. Kernel Objects can
be accessed by different process at same time.
| Is This Answer Correct ? | 4 Yes | 2 No |
Given two processes, how can they share memory?
What are the differences between MFC Exception macros and C++ exception keywords?
What is difference between the TCP/IP and UDP socket
What is the difference between Extension DLL and Regular DLL?
What is the base class for MFC Framework ?
What is the initial function to be called in MFC and what it will do
What is subclassing?
what is the use of AFX_MANAGE_STATE ?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
How to access document object from view ?
Difference between Cclint DC & Cpaint Dc
Types of DLL's