public interface DynamicLookupHelper
reset
helper method to install function pointers into a
ProcAddressTable. This must typically be written with native
code.| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG |
static boolean |
DEBUG_LOOKUP |
| Modifier and Type | Method and Description |
|---|---|
void |
claimAllLinkPermission() |
long |
dynamicLookupFunction(String funcName)
Returns the function handle for function 'funcName'.
|
boolean |
isFunctionAvailable(String funcName)
Queries whether function 'funcName' is available.
|
void |
releaseAllLinkPermission() |
void claimAllLinkPermission()
throws SecurityException
SecurityException - if user is not granted access for the library set.void releaseAllLinkPermission()
throws SecurityException
SecurityException - if user is not granted access for the library set.long dynamicLookupFunction(String funcName) throws SecurityException
SecurityException - if user is not granted access for the library set.boolean isFunctionAvailable(String funcName) throws SecurityException
SecurityException - if user is not granted access for the library set.