ProcessToHook.cpp
资源名称:HookAPI [点击查看]
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:0k
源码类别:
钩子与API截获
开发平台:
Visual C++
- // ProcessToHook.cpp: implementation of the CProcessToHook class.
- // save the process name of Process that using app name
- //////////////////////////////////////////////////////////////////////
- #include "ProcessToHook.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CProcessToHook::CProcessToHook()
- {
- }
- CProcessToHook::~CProcessToHook()
- {
- }