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

Method invokeVoid

src/com/sun/jna/Native.java:2236–2236  ·  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

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

Source from the content-addressed store, hash-verified

2234 * @param args Arguments to pass to the native function
2235 */
2236 static native void invokeVoid(Function function, long fp, int callFlags, Object[] args);
2237
2238 /**
2239 * Call the native function.

Callers 1

invokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected