| 1. | Linker support for delay - loaded dlls >链接器的延迟加载dll支持 |
| 2. | Explicitly unloading a delay - loaded dll loading all imports for a delay - loaded dll 显式卸载延迟加载的dll |
| 3. | The default is to create the bindable iat for delay - loaded dlls 默认值是为延迟加载的dll创建可绑定的iat 。 |
| 4. | Option specifies binding and loading options for each delay - loaded dll 选项指定每个延迟加载dll的绑定和加载选项。 |
| 5. | The unload qualifier tells the delay - load helper function to support explicit unloading of the dll Unload限定符通知延迟加载helper函数支持dll的显式卸载。 |
| 6. | You must link your program with delayimp . lib or implement your own delay - load helper function 必须用delayimp . lib来链接程序,或实现自己的延迟加载helper函数。 |
| 7. | A . dll project that delays the loading of one or more dlls should not itself call a delay - loaded entry point in dllmain 延迟加载一个或多个dll的dll项目本身不应调用dllmain中的延迟加载入口点。 |
| 8. | By using depends . exe , or the dumpbin utility with the dependents option , you can see a list of dlls that statically link to your application and a list of the application s delay - loaded dlls 通过使用depends . exe或具有/ dependents选项的dumpbin实用工具,可以查看静态链接到您的应用程序的dll的列表,以及应用程序的延迟加载的dll的列表。 |