uptr GetAddress( const char * name );
| Name | Description | |
|---|---|---|
| in | name |
Symbol string for the object whose address is to be gotten. |
name is found. Returns NULL if the address is not found. Searches for a symbol.
Searches for the symbol having the specified name from among all modules loaded with true specified in the doRegister argument of LoadModule, and returns the address of that symbol.
A mangled name must be specified when specifying a C++ symbol.
CONFIDENTIAL