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 function is called by a document class to notify views that the document has been changed?
Which MFC function is used to display output?
What is the difference between the ASSERT and VERIFY macros?
How many types of combo box are their
2 Answers Aaditya Info Solutions, E Logic,
If application hangs while SendMessage is waiting for the result, how you handle it?
I want recent paper pattern for HP company?
what if we provide two message handler for same message ?
What MFC base classes provide support for ActiveX controls?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
What is the difference between workrer thread and UI thread
How do you change the properties for a tree view control that is part of the CTreeView class?
what is the use of CCmdTarget?