Name the Synchronization objects?

Answers were Sorted based on User's Feedback



Name the Synchronization objects?..

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

Name the Synchronization objects?..

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

Post New Answer

More MFC Interview Questions

How to update windows title bar dynamically?

7 Answers   HCL,


What is the command routing in MFC framework?

3 Answers  


If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


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

0 Answers   TCS,


how does the UIThread and worker thread communicates and handle events

2 Answers   HCL,


What is the size of class

18 Answers   Aircom,


if i modified data in 1 view how does the other view knows

2 Answers   Siemens,


What is the difference between hinsrtance and hprevinstance in WinMain function?

3 Answers  


Tell me about different kinds of synchranization objects ?

6 Answers  


How many types of combo box are their

2 Answers   Aaditya Info Solutions, E Logic,


what is message Testing ?

1 Answers   L&T,


How can i change the color of a dropdowncombobox elements

2 Answers  


Categories