DllCodeCreationTargets
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
DllCodeCreationTargets
Use these constants for the DllModule.CodeCreationTarget property.
- DllCodeCreationTarget_TextFile –(Value: 0) Specifies that the C/C++ DLL Module creates and edits code using the default application Microsoft Windows associates with the file extension of the source file.
- DllCodeCreationTarget_VisualStudio –(Value: 1) Specifies the C/C++ DLL Module creates and edits code in Microsoft Visual Studio.