此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
| Overview | FAQ | Details | Sample
Use the following list to locate information on a DLL-related task.
Export from a DLL
Export from a DLL using .DEF files
Export from a DLL using __declspec(dllexport)
Export and import using AFX_EXT_CLASS
Export C++ functions for use in C-language executables
Export C functions for use in C or C++-language executables
Determine which exporting method to use
Export functions from a DLL by ordinal rather than by name
Import into an application using __declspec(dllimport)
Link an executable to a DLL
Link implicitly
Link explicitly
Determine which linking method to use
Initialize a DLL
Initialize regular DLLs
Initialize extension DLLs
Initialize non-MFC DLLs
Create a resource-only DLL