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 command routing in VC++
How do I uninstall vc++ 2015?
What is a transparent image?
In which Way invoke context-sensitive help inside the editor?
Is microsoft visual c++ important?
What is visual c++ used for?
What is visual c++ redistributable?
Explain the significance of initapplication() in vc++.
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What is microsoft visual c++ 2015 redistributable?
What is cwinthread class? Explain its advantages.
What is odbc in vc ++?