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 the difference between Synchronous sockets and asynchronous sockets?
Differ GetMessage, PostMessage & PeakMessage?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
1)How to load an icon on a button as Dynamically ?
what is the use of CWinApp class?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
What is difference between the TCP/IP and UDP socket
what is the size of a process
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
What is the initial function to be called in MFC and what it will do
What is the difference between the Encapsulation and Abstraction
25 Answers HCL, Invensys, TCS, Wipro,
1) How do you Destroy a Dialog Box ?