#include <module.hxx>
Constructor & Destructor Documentation
Member Function Documentation
Get function address by the function name in the module.
getFunctionSymbol is an alternative function for getSymbol. Use Function pointer as symbol address to conceal type conversion.
- Parameters
-
ustrFunctionSymbolName | [in] Function name to be looked up. |
- Returns
- oslGenericFunction format function address
- on success
- NULL
- lookup failed or parameter is somewhat invalid
- See Also
- getSymbol
void* osl::Module::getSymbol |
( |
const ::rtl::OUString & |
strSymbolName | ) |
|
|
inline |
Get module URL from the specified function address in the module.
Similar to getUrlFromAddress, but use a function address to get URL of the Module. Use Function pointer as symbol address to conceal type conversion.
- Parameters
-
addr | [in] function address in oslGenericFunction format. |
libraryUrl | [in|out] receives the URL of the module. |
- Returns
- sal_True
- on success
- sal_False
- can not get the URL from the specified function address or the parameter is invalid.
- See Also
- getUrlFromAddress
void osl::Module::unload |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: