MFC Question:
Download Job Interview Questions and Answers PDF
List out the parameters of WinMain Function?
Answer:
int CALLBACK WinMain(
__in HINSTANCE hInstance,
__in HINSTANCE hPrevInstance,
__in LPSTR lpCmdLine,
__in int nCmdShow
);
__in HINSTANCE hInstance,
__in HINSTANCE hPrevInstance,
__in LPSTR lpCmdLine,
__in int nCmdShow
);
Download MFC Interview Questions And Answers
PDF
Previous Question | Next Question |
How we call a dialog in another dialog? | How to create a button dynamically? |