CommonCModule.LoadPrototype
- Updated2025-07-21
- 1 minute(s) read
CommonCModule.LoadPrototype
Syntax
CommonCModule.LoadPrototype( discardParameterValues = False)
Return Value
Returns a value that indicates whether the prototype was loaded. This method usually returns True .
Purpose
Remarks
At any time, you can request the LabWindows/CVI or C/C++ DLL Adapter to query the type library or read the DLL export table for the currently selected function by calling this method. If the module file does not have prototype information, this method returns False . Otherwise, this method returns True .
If the module contains prototype information, all the information is updated in the internal structure of the module configuration every time you call this method.
Parameters
discardParameterValues As Boolean
[In] Specifies whether to discard the values assigned to the current parameters once the prototype information is updated.
This parameter has a default value of False .
See Also
CommonCModule.LoadPrototypeFromCodeTemplate