Module.LoadPrototype

Syntax

Module.LoadPrototype( options = 0)

Return Value

Boolean

Returns a value that indicates whether the step was modified.

Purpose

Loads the prototype for the module and sets the module parameters to match the prototype.

Remarks

This method replaces the following obsolete methods:

CommonCModule.LoadPrototype

LabVIEWModule.LoadPrototype

ActiveXModule.LoadMemberInfo

SequenceCallModule.LoadParameters

Depending on the type of module, calling this method loads a LabVIEW VI, a sequence file, a DLL, or an ActiveX Automation server to determine the module prototype.

Note The .NET Adapter does not support this call and returns without taking any action. Use the DotNetCall.LoadPrototypeFromSignature method instead.

Parameters

options As Long

[In] Specifies one or more LoadPrototypeOptions constants. Use the bitwise-OR operator to specify multiple flags.

This parameter has a default value of 0 .

See Also

ActiveXModule.LoadMemberInfo

CommonCModule.LoadPrototype

DotNetCall.LoadPrototypeFromSignature

LabVIEWModule.LoadPrototype

LoadPrototypeOptions

Module.IsPrototypeIncompatible

SequenceCallModule.LoadParameters