========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : CheckSTAccount
========================================================================
AppWizard has created this CheckSTAccount application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your CheckSTAccount application.
CheckSTAccount.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
CheckSTAccount.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CCheckSTAccountApp application class.
CheckSTAccount.cpp
This is the main application source file that contains the application
class CCheckSTAccountApp.
CheckSTAccount.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
CheckSTAccount.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\CheckSTAccount.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file CheckSTAccount.rc.
res\CheckSTAccount.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one dialog class:
CheckSTAccountDlg.h, CheckSTAccountDlg.cpp - the dialog
These files contain your CCheckSTAccountDlg class. This class defines
the behavior of your application's main dialog. The dialog's
template is in CheckSTAccount.rc, which can be edited in Microsoft
Visual C++.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named CheckSTAccount.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
本文地址: https://blog.csdn.net/qq_39190622/article/details/135305484 SetWindowsHookEx 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。 钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。在窗口消息的处理流程插队加入自己的处理函数。 在Ring3级下,SetWindowsHookEx 这个函数能够实现优先拦截提交给特定窗口的信息,并进行拦截者需要的处理,然后再提交给窗口函数或是下一个钩子函数,函数第一个参数为idHook,需要设置钩子的类型,在以下代码样例中我们选择安装的钩
资源推荐
资源详情
资源评论
收起资源包目录
Hook_Steam.zip (50个子文件)
CheckSTAccount
SkinPPWTL.h 7KB
CheckSTAccount.h 1KB
CheckSTAccount.cpp 2KB
resource.h 1KB
CheckSTAccountDlg.cpp 24KB
CheckSTAccount.dsw 534B
CheckSTAccount.ncb 57KB
res
AquaOS.ssk 84KB
CheckSTAccount.rc2 406B
CheckSTAccount.ico 1.1MB
Release
skinppwtl.dll 206KB
SkinPPWTL.lib 26KB
ReadMe.txt 4KB
CheckSTAccountDlg.h 1KB
CheckSTAccount.plg 2KB
StdAfx.cpp 216B
CheckSTAccount.clw 2KB
CheckSTAccount.opt 49KB
CheckSTAccount.rc 6KB
CheckSTAccount.dsp 4KB
StdAfx.h 1KB
New_SteamTools
Steam
Steam.rc 5KB
Steam.cpp 11KB
resource.h 454B
Steam.dsw 516B
Release
ReadMe.txt 1KB
Res
NTDLL
ntdll_1.dll 208KB
StdAfx.cpp 292B
Steam.plg 2KB
Steam.dsp 4KB
Steam.opt 49KB
Steam.ncb 49KB
StdAfx.h 1KB
Hook_DLL
test3.cpp 107KB
test3.def 184B
test3.ncb 97KB
test3.plg 2KB
resource.h 411B
test3.rc 7KB
test3.vcproj 7KB
res
test3.rc2 397B
Release
test3.h 2KB
test3.opt 49KB
test3.dsw 533B
test3.clw 316B
test3.suo 17KB
StdAfx.cpp 201B
test3.sln 875B
StdAfx.h 1KB
test3.dsp 4KB
共 50 条
- 1
资源评论
RainbowTechnology
- 粉丝: 188
- 资源: 37
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功