资源说明:Preventing application crash by using exception handling mechanism.
The ExceptionTest project example demonstrate how to avoid application crash, by using the __try and __except statements. When you run the sample, you get a dialog-box containing 2 buttons that deliberately causes an exception. The first button raises the exception without exception handling block, and this causes the application to crash immediately. The second button raises the exception from within a __try block. When the exception is occurred, the function inside the __except statement (GetExceptionInformation) is called. This function displays a special dialog-box with a little information about the exception, and allow the user to decide whether he wants to continue to run the program or to terminate it.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
-
- HideFolders.zipc++ Hide Folders and files using Device Driver
- PEPack.rar介绍aplib如何在C++上使用 介绍PE文件如何获取里面的信息
- cpuz_v153cn.zip非常实用的小软件,便于你详细了解电脑的性能指标
- installdrv.rar如果需要在MFC程序中加载并启动一个内核驱动程序,可以使用该段代码,该代码拷贝驱动 ...
- NTShutdown.rar在Windows XP和Windows 98下关机的方式是不同的,本程序段统一了2者,对前者采用先获 ...
- botnet.rardenial of service attack
- BehaviorProMon.rar程序行为监视器,东辉编写,发表在黑客防线,可以监视进程的文件、注册表、驱动等一系 ...
- GetHardDiskId.rar获取硬盘序列号的动态库与调用源码! 可以获得所有硬盘的序列号,兼容2000/XP/2003操 ...
- xlzHardwareInfo_Code.rar计算机硬件信息获取器(C#版),比较详细
- rootfs-7-9.tar.gz我自己做的文件系统,特别的好用,请朋友们下载
-
- DLL函数查看器V2.0.rarDLL函数查看器V2.0 可以看看dll里导出地函数
- mem_collector.tar.z内存垃圾收集程序,整理内存碎片,提高内存利用率
- share_mem.zip使用共享内存在Client/Server间通讯
- lgdonsrc.zip显示登录到本机的用户信息和共享资源被存取的信息
- regmonsrc.zip监视注册表的变化,文件使用的注册项情况等
- sdelsrc.zip删除文件同时完全清除文件内容的程序for NT
- cpuinfo.zip获得CPU的信息
- 进程通信vc.rarvc做的一个进程间通信的程序,包括共享内存,消息传递,消息管道 ...
- filemon.zip监视文件的存取
- tdcservice.zip一个写NT服务程序的模版类