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

what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?

0 Answers  


In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?

3 Answers   Financial Technologies,


How many types of combo box are their

2 Answers   Aaditya Info Solutions, E Logic,


In VC++ How to transfer between one exe to another exe while running..

5 Answers   Wipro,


What is the difference between Struts and JSF? Pls list some most suitable differences.

0 Answers  






What interface must be supported by an ActiveX control?

2 Answers  


Explain about MDI and CMultiDocTemplate ?

2 Answers  


What is the base class for MFC Framework ?

2 Answers   Mphasis,


What is a message map?

1 Answers   Mphasis,


What is the use of CObject::Dump function ?

4 Answers  


Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);

2 Answers  


How to update all the views whenver document got updated ?

1 Answers  


Categories