using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace Key
{
class Hook
{
public delegate int HookKeyProc(int code, IntPtr wParam, IntPtr lParam);
private HookKeyProc hookKeyDeleg;
private static int hHookKey = 0;
public Hook()
{ }
public methods
protected and private methods
P/Invoke declarations
}
}