- C_JNIEnvalias C_JNIEnv = const(JNINativeInterface)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNIEnvalias JNIEnv = const(JNINativeInterface)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JavaVMalias JavaVM = const(JNIInvokeInterface)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jarrayalias jarray = jobject 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jbooleanalias jboolean = ubyte 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jbooleanArrayalias jbooleanArray = jarray 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jbytealias jbyte = byte 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jbyteArrayalias jbyteArray = jarray 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jcharalias jchar = ushort 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jcharArrayalias jcharArray = jarray 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jclassalias jclass = jobject 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jdoublealias jdouble = double 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jdoubleArrayalias jdoubleArray = jarray 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jfieldIDalias jfieldID = _jfieldID* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jfloatalias jfloat = float 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jfloatArrayalias jfloatArray = jarray 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jintalias jint = int 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jintArrayalias jintArray = jarray 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jlongalias jlong = long 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jlongArrayalias jlongArray = jarray 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jmethodIDalias jmethodID = _jmethodID* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jobjectalias jobject = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jobjectArrayalias jobjectArray = jarray 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jshortalias jshort = short 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jshortArrayalias jshortArray = jarray 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jsizealias jsize = jint 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jstringalias jstring = jobject 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jthrowablealias jthrowable = jobject 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- jweakalias jweak = jobject 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_ABORTenum JNI_ABORT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_COMMITenum JNI_COMMIT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_EDETACHEDenum JNI_EDETACHED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_ERRenum JNI_ERR; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_EVERSIONenum JNI_EVERSION; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_FALSEenum JNI_FALSE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_OKenum JNI_OK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_TRUEenum JNI_TRUE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_VERSION_1_1enum JNI_VERSION_1_1; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_VERSION_1_2enum JNI_VERSION_1_2; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_VERSION_1_4enum JNI_VERSION_1_4; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNI_VERSION_1_6enum JNI_VERSION_1_6; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNIInvokeInterfacestruct JNIInvokeInterface 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNINativeInterfacestruct JNINativeInterface 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JNINativeMethodstruct JNINativeMethod 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JavaVMAttachArgsstruct JavaVMAttachArgs 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JavaVMInitArgsstruct JavaVMInitArgs 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- JavaVMOptionstruct JavaVMOption 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- _JNIEnvstruct _JNIEnv 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- _JavaVMstruct _JavaVM 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- _jfieldIDstruct _jfieldID 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- _jmethodIDstruct _jmethodID 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.