RSOFindExportSymbolAddr

Syntax

#include <revolution/rso.h>

const void* RSOFindExportSymbolAddr( const RSOObjectHeader* rso, const char* name );

Arguments

rso Pointer to target module information.
name Symbol name to be found.

Return Values

The function or variable address of the specified symbol name.
Returns NULL on failure.

Description

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.

See Also

RSOLinkList, RSOLinkListFixed, RSOLocateObject, RSOLocateObjectFixed

Revision History

2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.


CONFIDENTIAL