Why do these DLLs have two apparently identical entry points?
问题 Today, working on some VB.NET code I had to access two external DLLs in order to use some methods. The help topics that I found told me to use the following external methods: shlwapi.dll → PathIsNetworkPath (Reference 1) mpr.dll → WNetAddConnection2 and WNetCancelConnection2 (Reference 2) However, when I tried to call these methods from my code, I got an error saying that the entry point did not exist. So I did some research and I found out that the DLLs in my operative System (Windows 7