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

Method invokeVoid

src/com/sun/jna/Function.java:739–741  ·  view source on GitHub ↗

Convenience method for #invoke(Class,Object[]) invoke(Void.class, args).

(Object[] args)

Source from the content-addressed store, hash-verified

737 * {@link #invoke(Class,Object[]) invoke(Void.class, args)}.
738 */
739 public void invokeVoid(Object[] args) {
740 invoke(Void.class, args);
741 }
742
743 /** Two function pointers are equal if they share the same peer address
744 * and calling convention.

Callers 2

_invokeNativeVoidMethod · 0.95

Calls 1

invokeMethod · 0.95

Tested by 1