Microsoft Basics Question:
Download Questions PDF

Explain MFC?

Microsoft Basics Interview Question
Microsoft Basics Interview Question

Answer:

MFC provides stricter type checking for the return and parameter types of message handler functions. This new behavior notifies the developer of potential problems by flagging potentially unsafe message handlers with an error message. MFC now uses static casts for ON_MESSAGE, ON_REGISTERED_MESSAGE, ON_THREAD_MESSAGE, and ON_REGISTERED_THREAD_MESSAGE.

Download Microsoft Basics Interview Questions And Answers PDF

Previous QuestionNext Question
What is Marshalling?How to create Virtual Root in IIS?