MFC Question:

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
);


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