CommonCModule.LoadPrototype

Syntax

CommonCModule.LoadPrototype( discardParameterValues = False)

Return Value

Boolean

Returns a value that indicates whether the prototype was loaded. This method usually returns True .

Purpose

Note This method is obsolete. Use the Module.LoadPrototype method instead.

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.FunctionName

CommonCModule.LoadPrototypeFromCodeTemplate

CommonCModule.ModulePath

CommonCModule.UpdatePrototypeFromSource

Module.LoadPrototype