このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Note
このページにアクセスするには、承認が必要です。 サインインまたはディレクトリの変更を試すことができます。
このページにアクセスするには、承認が必要です。 ディレクトリの変更を試すことができます。
| 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