#include <module.hxx>
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 |
static bool osl::Module::getUrlFromAddress |
( |
void * |
addr, |
|
|
::rtl::OUString & |
libraryUrl |
|
) |
| |
|
inlinestatic |
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
- true
- on success
- false
- can not get the URL from the specified function address or the parameter is invalid.
- See Also
- getUrlFromAddress
bool osl::Module::is |
( |
| ) |
const |
|
inline |
void osl::Module::release |
( |
| ) |
|
|
inline |
Release the module so that it will not be unloaded from the destructor.
This instance returns to the state of a default-constructed instance again.
- Since
- LibreOffice 4.3
void osl::Module::unload |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: