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 cmutex? How can we use it?
What is the difference between the cout and cin iostream objects?
What is microsoft visual c++ 2013 redistributable?
What is microsoft visual c++ runtime library error?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
What is microsoft visual c++ 2005 redistributable?
How do I reinstall visual c++ on windows 10?
Can I delete old microsoft visual c++?
What is iunknown? Explain some of commonly used methods provided by iunknown.
Do I need microsoft visual c++ on my computer?
Do you need microsoft visual c++?
What are some differences between a form view and a dialog box?
2 Answers DS Group, Manipal Ecommerce,