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

Method invokeInt

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

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

(Object[] args)

Source from the content-addressed store, hash-verified

713 * {@link #invoke(Class,Object[]) invoke(Integer.class, args)}.
714 */
715 public int invokeInt(Object[] args) {
716 return ((Integer)invoke(Integer.class, args)).intValue();
717 }
718 /** Convenience method for
719 * {@link #invoke(Class,Object[]) invoke(Long.class, args)}.
720 */

Callers 15

_invokeNativeIntMethod · 0.95
QueryInterfaceMethod · 0.95
AddRefMethod · 0.95
ReleaseMethod · 0.95
ParseDisplayNameMethod · 0.95
EnumObjectsMethod · 0.95
BindToObjectMethod · 0.95
BindToStorageMethod · 0.95
CompareIDsMethod · 0.95
CreateViewObjectMethod · 0.95
GetAttributesOfMethod · 0.95
GetUIObjectOfMethod · 0.95

Calls 2

invokeMethod · 0.95
intValueMethod · 0.45

Tested by 5

checkPerformanceMethod · 0.76
testTooManyArgsMethod · 0.76
testDLLCallbackMethod · 0.76