List out the parameters of WinMain Function.

Answers were Sorted based on User's Feedback



List out the parameters of WinMain Function...

Answer / kasi

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

Is This Answer Correct ?    22 Yes 5 No

List out the parameters of WinMain Function...

Answer / sp

2

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MFC Interview Questions

List out the parameters of WinMain Function.

2 Answers   Mphasis,


i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required

3 Answers   Patni,


what is message loop how mfc does it internally?

4 Answers   Aspire,


What is LoadLibrary function returns?

7 Answers  


is there any class which is not derived from Cobject

11 Answers   Patni,






Tell me the different controls in MFC ?

5 Answers  


How to update all the views whenver document got updated ?

1 Answers  


Explain StretchBlt and BitBlt

1 Answers  


What is the difference between GetMessage and PeekMessage ?

3 Answers  


what is message Testing ?

1 Answers   L&T,


What is the range of intensity of RGB

1 Answers  


what is the size of a process

2 Answers   E Logic, IBM,


Categories