Untitled
By: a guest | Mar 12th, 2010 | Syntax:
None | Size: 0.63 KB | Hits: 92 | Expires: Never
// syshook.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include "jni.h"
/* Header for class PollThread */
#ifndef _Included_PollThread
#define _Included_PollThread
#ifdef __cplusplus
extern "C" {
#endif
#undef PollThread_MIN_PRIORITY
#define PollThread_MIN_PRIORITY 1L
#undef PollThread_NORM_PRIORITY
#define PollThread_NORM_PRIORITY 5L
#undef PollThread_MAX_PRIORITY
#define PollThread_MAX_PRIORITY 10L
/*
* Class: PollThread
* Method: checkKeyboardChanges
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_PollThread_checkKeyboardChanges
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif