GetAddress

nn::ro::GetAddress Function

Syntax

uptr GetAddress(
     const char * name
);

Parameters

Name Description
in name Symbol string for the object whose address is to be gotten.

Return Values

Returns the address of the object pointed to by the symbol if the symbol specified by name is found. Returns NULL if the address is not found.

Description

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.

Revision History

2011/07/29
Initial version.

CONFIDENTIAL