CVIModule.GetProjectFilePathFromDll
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
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