#include <search.h>
#include <string.h>
#include <stdlib.h>
#include "vmi.h"
#include "harmonyglob.h"
#include "hyport.h"
#include "strhelp.h"
#include "hycomp.h"
Functions | |
JNIEXPORT jint JNICALL | JNI_OnLoad (JavaVM *vm, void *reserved) |
This DLL is being loaded, do any initialization required. | |
JNIEXPORT void JNICALL | JNI_OnUnload (JavaVM *vm, void *reserved) |
This DLL is being unloaded, do any clean up required. |
JNIEXPORT jint JNICALL JNI_OnLoad | ( | JavaVM * | vm, | |
void * | reserved | |||
) |
This DLL is being loaded, do any initialization required.
This may be called more than once.
JNIEXPORT void JNICALL JNI_OnUnload | ( | JavaVM * | vm, | |
void * | reserved | |||
) |
This DLL is being unloaded, do any clean up required.
This may be called more than once!!
Genereated on Tue Dec 9 14:12:59 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.