How many time DLLMain gets called?



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

Post New Answer

More VC++ AllOther Interview Questions

Do I need microsoft visual c++?

0 Answers  


Is it safe to uninstall microsoft visual c++ 2008 redistributable?

0 Answers  


TO start the build process in Developer Studio Which keyboard function is used ?

4 Answers  


Which steps are required to add a column to a list view?

2 Answers  


What is vcruntime?

0 Answers  






Do I need all the microsoft visual c++ redistributable?

0 Answers  


A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.

3 Answers   Honeywell,


What are the advantages of a message map

0 Answers  


What is visual c++ 2008 redistributable x64?

0 Answers  


What is the difference between the = and == operators?

1 Answers  


What is microsoft visual c++ 2015 redistributable package x64?

0 Answers  


What is visual c++ redistributable?

0 Answers  


Categories