资 源 简 介
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
文 件 列 表
Demo
getwords.cpp
getwords.h
nhdemo.aps
nhdemo.clw
nhdemo.cpp
nhdemo.dep
nhdemo.dsp
nhdemo.dsw
nhdemo.h
nhdemo.mak
nhdemo.ncb
nhdemo.opt
nhdemo.plg
nhdemo.rc
nhdemoDlg.cpp
nhdemoDlg.h
ReadMe.txt
Release
res
Resource.h
StdAfx.cpp
StdAfx.h
GetWord-9x
nhw16
nhw32
GetWord-NT-2000
Dbgprint.cpp
dbgprint.h
Exports.c
Exports.h
findword.c
findword.h
GetWord.def
GetWord.dsp
GetWord.dsw
Hookapi.c
Hookapi.h
Public.h
stdafx.h
Nhw32.dll
ReadMe.doc
ReadMe.rtf
更多免费精品源码.txt
更多免费精品源码.url