List out the parameters of WinMain Function.
Answers were Sorted based on User's Feedback
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 |
What view class enables you to use an edit control as a view?
What types of threads are supported by MFC framework?
what message is sent to an application when the user presses the primary button?
How can update edit control data of an executing application from other application?
What is the base class for most MFC classes?
How to handle command line arguements from simple MFC application ?
Does the application have more than one object? If Yes, Briefly explain.
how u can move CDC pointer to one line in cview?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
Tell me the different controls in MFC ?
What is mfc class hierarchy?
Tell me the work of HTREDUCE and HTZOOM