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 |
What is the difference between pointer and reference?
7 Answers IBM, Microsoft, Tech Mahindra,
What is the use of DDV and DDX routines ?
What is microsoft visual c++ redistributable and do I need it?
What is splitter window in vc++?
How do I install microsoft visual c++ 2015?
What is dao in vc ++?
What are the two forms of the #include preprocessor directive?
What is cwinthread class?
What is the file extension used for C++ class implementation files?
How do you define a function in vc++?
Explain the advantages of cwinthread class.
What is the Use of the Developer Studio Editor?