nn::ro::Module::Find Member Functionstatic Module * Find( const char * pName );
| Name | Description | |
|---|---|---|
| in | pName |
Name of the module to get a pointer to. |
pName if it can be found. Returns NULL if not found. Searches for a module.
Searches for the module with the specified name from among all modules that were loaded by the LoadModule function with true specified for the doRegister argument, and returns a pointer to that module.
CONFIDENTIAL