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 |
Difference between Debug and Release versions?
How to convert the content of buffer into lower case character.
What MFC base classes provide support for ActiveX controls?
1)To Remove WS_MINIMIZEBOX in a Frame ?
Which MFC function is used to display output?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
What is the range of intensity of RGB
What is the initial function to be called in MFC and what it will do
What interface must be supported by an ActiveX control?
How you create a button dynamically?
How to handle command line arguements from simple MFC application ?
What is the difference between GetMessage and PeekMessage ?