MFC Question:
Download Questions PDF

List out the parameters of WinMain Function?

MFC Interview Question
MFC Interview Question

Answer:

int CALLBACK WinMain(
__in HINSTANCE hInstance,
__in HINSTANCE hPrevInstance,
__in LPSTR lpCmdLine,
__in int nCmdShow
);

Download MFC Interview Questions And Answers PDF

Previous QuestionNext Question
How we call a dialog in another dialog?How to create a button dynamically?