nl:: Weave:: SecuritySupport
まとめ
列挙型 |
|
---|---|
@380
|
列挙型 |
@381
|
列挙型 |
Variables |
|
---|---|
sLibraryMethods[]
|
const JNILibraryMethod
|
sNumLibraryMethods = sizeof(sLibraryMethods) / sizeof(JNILibraryMethod)
|
const size_t
|
Functions |
|
---|---|
JNI_OnLoad(JavaVM *jvm, void *reserved)
|
NL_DLL_EXPORT jint
|
JNI_OnUnload(JavaVM *jvm, void *reserved)
|
NL_DLL_EXPORT void
|
列挙型
380
@380
381
@381
Variables
sLibraryMethods
const JNILibraryMethod sLibraryMethods[]
sNumLibraryMethods
const size_t sNumLibraryMethods = sizeof(sLibraryMethods) / sizeof(JNILibraryMethod)
Functions
JNI_OnLoad
NL_DLL_EXPORT jint JNI_OnLoad( JavaVM *jvm, void *reserved )
JNI_OnUnload
NL_DLL_EXPORT void JNI_OnUnload( JavaVM *jvm, void *reserved )