Package com.sun.jna
Class JNIEnv
java.lang.Object
com.sun.jna.JNIEnv
Marker type for the JNIEnv pointer.
 Use this to wrap native methods that take a JNIEnv* parameter.
 Pass 
CURRENT as the argument.- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
CURRENTMarker object representing the current thread's JNIEnv pointer.
 
-