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 |
How to update windows title bar dynamically?
What is the command routing in MFC framework?
If there is more than 100 control in a window how we can change the Taborder of a controls
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
how does the UIThread and worker thread communicates and handle events
What is the size of class
if i modified data in 1 view how does the other view knows
What is the difference between hinsrtance and hprevinstance in WinMain function?
Tell me about different kinds of synchranization objects ?
How many types of combo box are their
2 Answers Aaditya Info Solutions, E Logic,
what is message Testing ?
How can i change the color of a dropdowncombobox elements