template <typename T>
T GetPointer(
const char * name
);
| Name | Description |
|---|---|
T |
Type of pointer to get. |
| Name | Description | |
|---|---|---|
| in | name |
Symbol string for the object whose pointer is to be gotten. |
name is found. Returns NULL if the address is not found. Searches for a symbol.
Searchs 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.
A mangled name must be specified when specifying a C++ symbol.
CONFIDENTIAL