What types of threads are supported by MFC framework?

Answers were Sorted based on User's Feedback



What types of threads are supported by MFC framework?..

Answer / yasar

MFC supports Two types of threads 1. Worker thread and 2.
user interface thread.
Worker Thread : Does not need user intervention while
running. example background printing etc...
User interface thread : Needs user interface while running
like needs input from user to process further etc....

AfxBeginThread() is used to Create both worker and User
interface thread. to differentiate worker and user-
interface thread AfxBeginThread has minor changes.

Is This Answer Correct ?    8 Yes 2 No

What types of threads are supported by MFC framework?..

Answer / kaivalya

Worker Thread: Run back ground tasks like writing into file
or reading from file , calculations.
User interface thread: Will create windows & process message

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More MFC Interview Questions

How to convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


What is the use of CObject::Dump function ?

4 Answers  


1)does Frame Thickness in MFC?

1 Answers   winfoware,


Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);

2 Answers  


In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?

2 Answers   Wipro,






what is the use of CCmdTarget?

4 Answers   Siemens,


how can u change button shape at run time

3 Answers   Samsung,


Explain Doc/View architecture

6 Answers   Huawei,


Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


Which MFC function is used to display output?

9 Answers   TCS,


What are the types of button controls?

10 Answers  


Categories