CVIModule.GetSourceFilePathFromDll
- Updated2025-07-21
- 1 minute(s) read
CVIModule.GetSourceFilePathFromDll
Syntax
CVIModule.GetSourceFilePathFromDll( dllPath, function, sourcePath)
Return Value
Returns True upon success. Otherwise, returns False .
Purpose
Returns the path of the C source file containing the definition of the specified function.
Remarks
This method requires LabWindows/CVI 2017 SP1 or later.
Parameters
dllPath As String
[In] The absolute path of the DLL.
function As String
[In] The function name.
sourcePath As String
[Out] The path of the C source file.
See Also
CVIModule.AllowProjectFileWhenSelectingModule