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 is mfc class hierarchy?
what is the use of Mutex and critical section
what if we provide two message handler for same message ?
1)At run-time, you can change the icon by calling the LoadIcon() function?
What is the use of OninitDialog ?
How you find memory leaks?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
Have you ever used win32 APIs ?
1) Enable or disable a Cancel button at run time?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
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);