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

Name the function is used to transfer bitmaps to an output device?

2 Answers  


What is the return value when the InsertItem function fails?

2 Answers  


Difference between getmessage, postmessage & peakmessage.

0 Answers  


Can I uninstall visual c++?

0 Answers  


difference between assert and verify.

0 Answers  






What is odbc in vc ++?

0 Answers  


what are the advantages of VC++ design environment

1 Answers  


What is microsoft visual c++ 2005 redistributable?

0 Answers  


What is microsoft visual c++ 2008 redistributable and do I need it?

0 Answers  


What is cmutex? How can we use it?

0 Answers  


What is the difference between the client and non-client areas?

2 Answers  


What is cwinthread class? Explain its advantages.

0 Answers  


Categories