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

1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


How do I create a dialog box in mfc?

0 Answers  


What is the initial function to be called in MFC and what it will do

11 Answers   Infosys,


In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?

3 Answers   Financial Technologies,






is it possible to display a window .without using windowclass

1 Answers   E Logic,


1)How to change the size of a button at run time ?

1 Answers  


how can u change button shape at run time

3 Answers   Samsung,


What is the difference between Extension DLL and Regular DLL?

6 Answers   GE,


How to setup a timer?

3 Answers   IBM,


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


What is stack size in win32 program?

1 Answers   HCL,


Categories