CVIModule.ModuleType

Syntax

CVIModule.ModuleType

Data Type

CVIModuleTypes

Use the following constants with this data type:

  • 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.

Purpose

Specifies the type of code module the step calls.

Remarks

The LabWindows/CVI Adapter supports calling functions in DLL files.

See Also

CommonCModule.FunctionName

CommonCModule.ModulePath