JNIEnv详解

JNI.h:(详解) struct JNIEnv_; #ifdef __cplusplus typedef JNIEnv_ JNIEnv; #else typedef const struct JNINativeInterface_ *JNIEnv; #endif struct JNINativeInterface_ { const char* (JNICALL *GetStringUTFCha
相关文章
相关标签/搜索