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 |
Which CPrintInfo member variable must be set for multiple page printouts?
Explain the flow of SDI application?
What is the difference between hinsrtance and hprevinstance in WinMain function?
How can i implement the dynamic menus in MFC plz give the code
what is the use of CCmdTarget?
What is the command routing in MFC framework?
what message is sent to an application when the user presses the primary button?
what is functioning of DIalodDataXchange ..?
What is socket?
1)How to change a text of a button as Dynamically?
How to handle RTTI in MFC ?
How do you change the properties for a tree view control that is part of the CTreeView class?