您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. delphi_*例子

  2. unit keyboard_hook; interface uses Windows,Messages; const WM_HookKEY=WM_USER+$1000; procedure HookOn;stdcall; procedure HookOff;stdcall; implementation var Hook:HHOOK; FileMapHandle:THandle; PViewInteger:^Integer; function CallHook(iCode:Integer;wP
  3. 所属分类:Delphi

    • 发布日期:2011-01-25
    • 文件大小:248832
    • 提供者:hancsdn