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.
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
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.