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

1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


What is LoadLibrary function returns?

7 Answers  


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


how to give colour for dialog button or static buuto?any one explain full code ?pls pls

3 Answers  


What is primitive and non-primitive application?

2 Answers   HCL,


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

0 Answers  


what message is sent to an application when the user presses the primary button?

0 Answers   University Exams,


1)How to change a text of a button as Dynamically?

1 Answers   HCL,


How do I create a dialog box in mfc?

0 Answers  


What is the size of class

18 Answers   Aircom,


what are the feauters of CObject

4 Answers   Siemens, Wipro,


In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?

2 Answers   Wipro,


Categories