包括调用所有链接到的动态链接库(DLL)的入口点函数,给出一个值,指出这个进程正在解除那个DLL的链接。
This includes calling the entry-point function of all attached dynamic-link libraries (DLLs) with a value indicating that the process is detaching from the DLL.
在程序载入的同时又程序加载器载一个动态链接库。程序可以从动态链接库中直接调用函数。
DLL loaded by the program loader at the same time as the application program that USES it is loaded. Application programs may call functions from this DLL directly.
在程序载入的同时又程序加载器载一个动态链接库。程序可以从动态链接库中直接调用函数。
DLL loaded by the program loader at the same time as the application program that USES it is loaded. Application programs may call functions from this DLL directly.
应用推荐