// *********************************************************************** // LocalWindowsHook class // Dino Esposito, summer 2002 // // Provide a general infrastructure for using Win32 // hooks in .NET applications // // *********************************************************************** using System; using System.Runtime.InteropServices; namespace Win32API