blob: 8405af08e376125069048670f2ddf70989aa543e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _KeyBuddy2_hookfuncs_h_
#define _KeyBuddy2_hookfuncs_h_
#include "includes.h"
int SetHook();
int RemoveHook();
LRESULT CALLBACK LowLevelKeyboardProc(int nCode, WPARAM wParam, LPARAM lParam);
#endif
|