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 |
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these
What is the purpose of declaring a variable as unsigned?
What is the use of microsoft visual c++ 2015 redistributable?
What is an overlapped image?
Name the three types of loops used in C++ programs?
What is vc++ programming?
What is microsoft visual c++ 2008 redistributable?
Do I need ms visual c++ on my computer?
What is microsoft visual c++ runtime library error?
Differences between vc 6.0 and vc 7.0
What is visual c++ runtime?
Is visual c++ the same as c++?