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 |
Is microsoft visual c++ a virus?
What is microsoft visual c++ 2015 redistributable?
Explain pointer to the constant and constant pointer?
Do I need microsoft visual c++?
What is ole? How do you handle drag and drop in ole?
How do I create an mfc application in vc++?
Name the most commonly used wizards?
What is mfc in vc++?
How you build a project using Developer Studio?
What is vc++ programming?
What is the use of message map? Advantages of a message map.
What function is used to trap all mouse messages?