CVIModuleTypes
- Updated2025-07-21
- 1 minute(s) read
CVIModuleTypes
Use these constants with the CVIModule.ModuleType property to specify what type of executable the module runs.
- CVIModuleType_DLL –(Value: 2) Specifies that the module is a DLL.
- CVIModuleType_Lib –(Value: 3) This constant is obsolete. Specifies that the module is a static library.
- CVIModuleType_Obj –(Value: 0) This constant is obsolete. Specifies that the module is an object file.
- CVIModuleType_Source –(Value: 1) This constant is obsolete. Specifies that the module is a source file.