Added support for message hook viewer to hook both 32 and 64 bit applications. Fixed filtering on the msg hook viewer Added custom filtering on msg hook viewer Added Process Id targetting on msg hook viewer Added SetMsgHook.exe command line app as an alternative way of starting msg hook viewer.
62 lines
1.5 KiB
C
62 lines
1.5 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_synthuse_MsgHook */
|
|
|
|
#ifndef _Included_org_synthuse_MsgHook
|
|
#define _Included_org_synthuse_MsgHook
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_synthuse_MsgHook
|
|
* Method: initialize
|
|
* Signature: (Ljava/lang/String;Ljava/lang/String;)Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_org_synthuse_MsgHook_initialize
|
|
(JNIEnv *, jobject, jstring, jstring);
|
|
|
|
/*
|
|
* Class: org_synthuse_MsgHook
|
|
* Method: createMsgHookWindow
|
|
* Signature: ()Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_org_synthuse_MsgHook_createMsgHookWindow
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_synthuse_MsgHook
|
|
* Method: setMsgHookWindowTargetHwnd
|
|
* Signature: (I)Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_org_synthuse_MsgHook_setMsgHookWindowTargetHwnd
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
/*
|
|
* Class: org_synthuse_MsgHook
|
|
* Method: setMsgHookWindowTargetPid
|
|
* Signature: (I)Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_org_synthuse_MsgHook_setMsgHookWindowTargetPid
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
/*
|
|
* Class: org_synthuse_MsgHook
|
|
* Method: setMessageHook
|
|
* Signature: (II)Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_org_synthuse_MsgHook_setMessageHook
|
|
(JNIEnv *, jobject, jint, jint);
|
|
|
|
/*
|
|
* Class: org_synthuse_MsgHook
|
|
* Method: removeMessageHook
|
|
* Signature: ()Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_org_synthuse_MsgHook_removeMessageHook
|
|
(JNIEnv *, jobject);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|