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 |
What is primitive and non-primitive application?
What is stack size in win32 program?
how u can move CDC pointer to one line in cview?
How we can findout Memoryleaks, In what way it can be avoided
how many types of messages are their
what is message loop how mfc does it internally?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
what is the updated verssion in vc++
plzz tell me what we can do and dont in tally ERP & sap business one?
What is socket?
What is the use of CCmdTarget ?
What is the difference between GetMessage and PeekMessage ?