Type: info
         Title: OSL API for in memory search for (ascii) function symbols
     Posted by: [EMAIL PROTECTED]
      Affected: sal
Effective from: SRC680 m217


*Summary*
--------
osl/module.h :

+ sal_Bool SAL_CALL osl_getModuleHandle(rtl_uString *pModuleName, oslModule 
*pResult)
+ oslGenericFunction SAL_CALL osl_getAsciiFunctionSymbol(oslModule Module, 
const sal_Char *pSymbol)


*Description*
-------------
getModuleHandle :

Retrieve the handle of an already loaded module.

This function can be used to search for a function symbol in the
process address space.
Do not use the returned handle as an argument to osl_unloadModule. On
Unix platforms, pModuleName gets ignored and the special handle
RTLD_DEFAULT is returned.

osl_getAsciiFunctionSymbol :

Lookup the specified function symbol name.

osl_getAsciiFunctionSymbol is an alternative function for
osl_getFunctionSymbol. It expects the C-style function name string to
contain ascii characters only.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to