CVIModule.GetProjectFilePathFromDll
- Updated2025-07-21
- 1 minute(s) read
CVIModule.GetProjectFilePathFromDll
Syntax
CVIModule.GetProjectFilePathFromDll( dllPath, projectPathParam)
Return Value
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