nn::ro::Module::Link Member Function

Syntax

Result Link();

Parameters

None.

Return Values

Description

Resolves references with this module and modules to be automatically linked.

Resolves references with modules loaded with true specified in the doRegister argument of LoadModule.

This function has meaning only when the module has been loaded with false specified in the doRegister argument of the LoadModule function. Calling this function is meaningless if this module was loaded with true specified in the doRegister argument of LoadModule, because references are resolved at the LoadModule level.

Revision History

2011/07/29
Initial version.

CONFIDENTIAL