Answers

Question and Answer:

  Home  MFC

⟩ List out the parameters of WinMain Function?

int CALLBACK WinMain(

__in HINSTANCE hInstance,

__in HINSTANCE hPrevInstance,

__in LPSTR lpCmdLine,

__in int nCmdShow

);

 161 views

More Questions for you: