By piccoloprincipe
via blogs.msdn.com
Published: Feb 10 2012 / 09:41
Suppose that you call LoadLibrary("foo.dll") intending to load the library at C:\dir2\foo.dll. If the network server is down, the LoadLibrary call will fail. Why doesn't it just skip the bad directory in the PATH and continue searching?



Add your comment