CommonCAdapter.GetDllFunctions
- Updated2025-07-21
- 1 minute(s) read
CommonCAdapter.GetDllFunctions
Syntax
CommonCAdapter.GetDllFunctions( dllPath)
Return Value
Purpose
Returns the functions for a specific DLL.
Remarks
This method reads the specified DLL and obtains a list of functions in the DLL. If a type library exists in the same directory as the DLL and the type library has the same base filename as the DLL, this method reads the type library for function parameter information.
Parameters
dllPath As String
[In] Specifies the absolute path of the DLL.