JNIInvokeInterface

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

AttachCurrentThread
jint function(JavaVM*, JNIEnv**, void*) AttachCurrentThread;
Undocumented in source.
AttachCurrentThreadAsDaemon
jint function(JavaVM*, JNIEnv**, void*) AttachCurrentThreadAsDaemon;
Undocumented in source.
DestroyJavaVM
jint function(JavaVM*) DestroyJavaVM;
Undocumented in source.
DetachCurrentThread
jint function(JavaVM*) DetachCurrentThread;
Undocumented in source.
GetEnv
jint function(JavaVM*, void**, jint) GetEnv;
Undocumented in source.
reserved0
void* reserved0;
Undocumented in source.
reserved1
void* reserved1;
Undocumented in source.
reserved2
void* reserved2;
Undocumented in source.

Meta