We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Origin code:
struct JNIInvokeInterface_ { void *reserved0; void *reserved1; void *reserved2; jint (JNICALL *DestroyJavaVM)(JavaVM *vm); jint (JNICALL *AttachCurrentThread)(JavaVM *vm, void **penv, void *args); jint (JNICALL *DetachCurrentThread)(JavaVM *vm); jint (JNICALL *GetEnv)(JavaVM *vm, void **penv, jint version); jint (JNICALL *AttachCurrentThreadAsDaemon)(JavaVM *vm, void **penv, void *args); };
Translated by C2V:
struct JNIInvokeInterface_ { reserved0 voidptr reserved1 voidptr reserved2 voidptr DestroyJavaVM fn (&JavaVM) Jint AttachCurrentThread fn (&JavaVM, &Voidptr*, voidptr) Jint DetachCurrentThread fn (&JavaVM) Jint GetEnv fn (&JavaVM, &Voidptr*, Jint) Jint AttachCurrentThreadAsDaemon fn (&JavaVM, &Voidptr*, voidptr) Jint }
You can find this file in there.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Origin code:
Translated by C2V:
You can find this file in there.
The text was updated successfully, but these errors were encountered: