JNINativeMethod Struct Reference

#include <jni_types.h>

List of all members.


Detailed Description

Structure which describes a generic pointer to a native function.

Used in RegisterNatives function.


Public Attributes

char * name
char * signature
void * fnPtr


Member Data Documentation

char* JNINativeMethod.name

char* JNINativeMethod.signature

void* JNINativeMethod.fnPtr


The documentation for this struct was generated from the following file:

Genereated on Tue Mar 11 19:26:02 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.