How many time DLLMain gets called?



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

Post New Answer

More VC++ AllOther Interview Questions

How do you handle drag and drop in ole?

0 Answers  


What is a wizard?

0 Answers  


what are the advantages of VC++ design environment

1 Answers  


What is cmutex? How can we use it?

0 Answers  


Is visual c++ still used?

0 Answers  






What is vc++ redistributable?

0 Answers  


What is the difference between the = and == operators?

1 Answers  


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.

3 Answers   Honeywell,


In which Way invoke context-sensitive help inside the editor?

0 Answers  


How can we allow no selection of radio button in grouped radio buttons?

2 Answers  


What is the difference between serialization and deserialization?

4 Answers   Cap Gemini, HCL, MBT,


Where can I find microsoft visual c++ on my computer?

0 Answers  


Categories