给大家一份封装Hook调用的C#类

// ***********************************************************************
//  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
{
    
Class HookEventArgs

    
Enum HookType

    
WindowsHook
}

 


 

posted @ 2004-10-28 23:17  一根神棍研古今  阅读(2569)  评论(2编辑  收藏  举报
Web Counter