How many time DLLMain gets called?
Answer / vasanth
An optional entry point into a dynamic-link library (DLL).
When the system starts or terminates a process or thread,
it calls the entry-point function for each loaded DLL using
the first thread of the process. The system also calls the
entry-point function for a DLL when it is loaded or
unloaded using the LoadLibrary and FreeLibrary functions.
Is This Answer Correct ? | 4 Yes | 2 No |
Name the function is used to transfer bitmaps to an output device?
What is the return value when the InsertItem function fails?
Difference between getmessage, postmessage & peakmessage.
Can I uninstall visual c++?
difference between assert and verify.
What is odbc in vc ++?
what are the advantages of VC++ design environment
What is microsoft visual c++ 2005 redistributable?
What is microsoft visual c++ 2008 redistributable and do I need it?
What is cmutex? How can we use it?
What is the difference between the client and non-client areas?
What is cwinthread class? Explain its advantages.