DllModule.CodeCreationTarget
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
DllModule.CodeCreationTarget
Syntax
DllModule.CodeCreationTarget
Data Type
Use the following constants with this data type:
- 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.
Purpose
Specifies where the module creates and edits code.