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

What does mfc stand for?

0 Answers  


In VC++ How to transfer between one exe to another exe while running..

5 Answers   Wipro,


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


What is a critical section and how is it implemented?

2 Answers  


What are the special requirements for dialog box resources used in a form view?

2 Answers  






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  


Why not virtual functions to handle messages?

5 Answers  


What is the use of message map ?

5 Answers   TCS,


What function is used to retrieve the currently selected index in a list box?

2 Answers  


Tell me the different controls in MFC ?

5 Answers  


1)does Frame Thickness in MFC?

1 Answers   winfoware,


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  


Categories