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 |
How do I create an mfc application in vc++?
Is it ok to uninstall microsoft visual c++?
What is the use of DDV and DDX routines ?
What is microsoft visual c++ runtime library error?
What is vc++ programming?
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
Do I need the microsoft visual c++?
Is visual c++ a compiler?
What is visual c++ used for?
How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use
How do you define a function in vc++?