Specifying DLLs to Delay Load

You can specify which DLLs to delay load with the /delayload**:**dllname linker switch. If you do not plan to use your own version of a helper function, you must also link your program with Delayimp.lib.