- FUNCTION:
R3LibraryFindSymbol
- TEMPLATE:
void *R3LibraryFindSymbol(R3LIBRARY *lib, char *function);
- PARAMETERS:
lib - address of dynamic library
- RETURN VALUE:
Address of the function if found, otherwise NULL.
- DESCRIPTION:
Finds the address of a function in the dynamic library.