ActiveXModule.LoadMemberInfo

Syntax

ActiveXModule.LoadMemberInfo( discardParameterValues = False)

Return Value

Boolean

Returns a value that indicates whether the member information of the module was loaded. This method usually returns True .

Purpose

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

Remarks

Loads information for the parameters of the specified member of the module.

You must set the ActiveXModule.ServerId , ActiveXModule.InterfaceName , ActiveXModule.MemberType , and ActiveXModule.MemberName properties for the module before calling this module to access the ActiveXModule.Parameters property.

Parameters

discardParameterValues As Boolean

[In] Specifies whether to reset the ActiveXParameter.ValueExpr property of existing parameter values when loading a new prototype.

This parameter has a default value of False .

See Also

ActiveXModule.InterfaceName

ActiveXModule.MemberName

ActiveXModule.MemberType

ActiveXModule.Parameters

ActiveXModule.ServerId

ActiveXParameter.ValueExpr

Module.LoadPrototype