MFC Question: Download MFC PDF

List out the parameters of WinMain Function?

Tweet Share WhatsApp

Answer:

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

Download MFC PDF Read All 26 MFC Questions
Previous QuestionNext Question
How we call a dialog in another dialog?How to create a button dynamically?