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

Is microsoft visual c++ a virus?

1 Answers  


What is microsoft visual c++ 2015 redistributable?

1 Answers  


Explain pointer to the constant and constant pointer?

1 Answers  


Do I need microsoft visual c++?

1 Answers  


What is ole? How do you handle drag and drop in ole?

1 Answers  


How do I create an mfc application in vc++?

1 Answers  


Name the most commonly used wizards?

2 Answers  


What is mfc in vc++?

1 Answers  


How you build a project using Developer Studio?

1 Answers  


What is vc++ programming?

1 Answers  


What is the use of message map? Advantages of a message map.

1 Answers  


What function is used to trap all mouse messages?

1 Answers  


Categories