#include <revolution/rso.h> const void* RSOFindExportSymbolAddr( const RSOObjectHeader* rso, const char* name );
| rso | Pointer to target module information. |
|---|---|
| name | Symbol name to be found. |
The function or variable address of the specified symbol name.
Returns NULL on failure.
Gets the address for functions and variables through a symbol name specification from a module following a call to the RSOLinkList or RSOLocateObject function.
Use this function when accessing the dynamic module functions and variables from static modules.
RSOLinkList, RSOLinkListFixed, RSOLocateObject, RSOLocateObjectFixed
2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.
CONFIDENTIAL