MCPcopy Index your code
hub / github.com/java-native-access/jna / invokePointer

Method invokePointer

src/com/sun/jna/Native.java:2275–2275  ·  view source on GitHub ↗

Call the native function. @param function Present to prevent the GC to collect the Function object prematurely @param fp function pointer @param callFlags calling convention to be used @param args Arguments to pass to the native function @return The value returned by

(Function function, long fp, int callFlags, Object[] args)

Source from the content-addressed store, hash-verified

2273 * @return The value returned by the target native function
2274 */
2275 static native long invokePointer(Function function, long fp, int callFlags, Object[] args);
2276
2277 /**
2278 * Call the native function, returning a struct by value.

Callers 2

invokePointerMethod · 0.95
mmapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected