Annotation Interface InvokeCFunctionPointer
Annotation for an invocation method defined in a sub-interface of
CFunctionPointer
. The
method is called with C calling conventions. See CFunction
for more details on the
invocation.- Since:
- 19.0
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe Java-to-C thread transition code used when calling the function.
-
Element Details
-
transition
CFunction.Transition transitionThe Java-to-C thread transition code used when calling the function.- Since:
- 19.0
- Default:
TO_NATIVE
-