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 |
What is the use of microsoft visual c++ 2015 redistributable?
What is difference between c++ and visual c++?
Name the function is used to transfer bitmaps to an output device?
What is microsoft visual c++ 2010 x86 redistributable?
What is difference between c++ and vc++?
What is the purpose of declaring a variable as unsigned?
How do I reinstall visual c++ on windows 10?
what is DLL?
What is iunknown? Explain some of commonly used methods provided by iunknown.
Name the most commonly used wizards?
What is cwinthread class? Explain its advantages.
How a dll will be sharable by more than one exe?