Linker Support for Delay-Loaded DLLs

The Visual C++ linker now supports the delayed loading of DLLs. This relieves you of the need to use the Win32 SDK functions LoadLibrary and GetProcAddress to implement DLL delayed loading.

You should consider delay loading a DLL if:

The following topics describe delay loading DLLs: