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 |
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What are the special requirements for dialog box resources used in a form view?
What is the difference between Synchronous sockets and asynchronous sockets?
What function is used to retrieve the currently selected index in a list box?
Differ GetMessage, PostMessage & PeakMessage?
How to handle RTTI in MFC ?
if i modified data in 1 view how does the other view knows
What is thread & process?
How to handle command line arguements from simple MFC application ?
what is the size of a process
What?s the difference between Modal and Modeless Dialog?
how do u identify RTTI in vc++