CVIModule.GetProjectFilePathFromDll

Syntax

CVIModule.GetProjectFilePathFromDll( dllPath, projectPathParam)

Return Value

Boolean

Returns True upon success. Otherwise, returns False .

Purpose

Returns the path of the LabWindows/CVI project file ( .prj ) that created the specified DLL.

Remarks

This method requires LabWindows/CVI 2017 SP1 or later.

Parameters

dllPath As String

[In] The absolute path of the DLL.

projectPathParam As String

[Out] The path of the LabWindows/CVI project ( .prj ) file.

See Also

CVIModule.AllowProjectFileWhenSelectingModule

CVIModule.GetModulePathFromProject

CVIModule.GetSourceFilePathFromDll