Module * FindModule( 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 the address is not found. 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.
CONFIDENTIAL