Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ invoke
Method
invoke
src/com/sun/jna/Native.java:2157–2157 ·
view source on GitHub ↗
(long cif, long resp, long argp)
Source
from the content-addressed store, hash-verified
2155
2156
public
interface
ffi_callback {
2157
void
invoke(long cif, long resp, long argp);
2158
}
2159
2160
/** Prints JNA library details to the console. */
Callers
15
invokeCallback
Method · 0.65
invoke
Method · 0.65
addSuppressedReflected
Method · 0.65
invoke
Method · 0.65
apply
Method · 0.65
invoke
Method · 0.65
getWebStartLibraryPath
Method · 0.65
getCallingClass
Method · 0.65
isDefault
Method · 0.65
mhViaFindSpecial
Method · 0.65
mhViaUnreflectSpecial
Method · 0.65
createPrivateLookupIn
Method · 0.65
Implementers
15
LocalLateBinding
contrib/platform/test/com/sun/jna/plat
Kernel32Test
contrib/platform/test/com/sun/jna/plat
MessageLoopWrapper
contrib/platform/src/com/sun/jna/platf
Handler
contrib/platform/src/com/sun/jna/platf
Kernel32Util
contrib/platform/src/com/sun/jna/platf
COMLateBindingObject
contrib/platform/src/com/sun/jna/platf
UnknownListener
contrib/platform/src/com/sun/jna/platf
DispatchListener
contrib/platform/src/com/sun/jna/platf
ProxyObject
contrib/platform/src/com/sun/jna/platf
ProxyObject2
contrib/platform/src/com/sun/jna/platf
PerformanceTest
test/com/sun/jna/PerformanceTest.java
CallbacksTest
test/com/sun/jna/CallbacksTest.java
Calls
no outgoing calls
Tested by
no test coverage detected