nn::ro::FindModule Function

Syntax

Module * FindModule(
     const char * pName
);

Arguments

Name Description
in pName Name of the module to get a pointer to.

Return Values

Returns a pointer to the module specified by pName if it can be found. Returns NULL if the address is not found.

Description

Searchs for a module.

Searches for the symbol having the specified name from among all modules loaded with true specified in the doRegister argument of LoadModule, and returns a pointer to that symbol.

Revision History

2011/07/29
Initial version.

CONFIDENTIAL