1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class JRIBootstrap */
#ifndef _Included_JRIBootstrap
#define _Included_JRIBootstrap
#ifdef __cplusplus
extern "C" {
#endif
#undef JRIBootstrap_HKLM
#define JRIBootstrap_HKLM 0L
#undef JRIBootstrap_HKCU
#define JRIBootstrap_HKCU 1L
/*
* Class: JRIBootstrap
* Method: getenv
* Signature: (Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_JRIBootstrap_getenv
(JNIEnv *, jclass, jstring);
/*
* Class: JRIBootstrap
* Method: setenv
* Signature: (Ljava/lang/String;Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_JRIBootstrap_setenv
(JNIEnv *, jclass, jstring, jstring);
/*
* Class: JRIBootstrap
* Method: regvalue
* Signature: (ILjava/lang/String;Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_JRIBootstrap_regvalue
(JNIEnv *, jclass, jint, jstring, jstring);
/*
* Class: JRIBootstrap
* Method: regsubkeys
* Signature: (ILjava/lang/String;)[Ljava/lang/String;
*/
JNIEXPORT jobjectArray JNICALL Java_JRIBootstrap_regsubkeys
(JNIEnv *, jclass, jint, jstring);
/*
* Class: JRIBootstrap
* Method: expand
* Signature: (Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_JRIBootstrap_expand
(JNIEnv *, jclass, jstring);
#ifdef __cplusplus
}
#endif
#endif
|