zz962

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年10月9日

摘要: Funcfurter1Now let's look at another scenario in which termination handling really proves its value. Look at this function:DWORD Funcfurter1() { DWORD dwTemp; // 1. Do any processing here. ... __try { // 2. Request permission to access // protected data, and then use it. ... 阅读全文
posted @ 2011-10-09 14:13 zz962 阅读(216) 评论(0) 推荐(0) 编辑

摘要: Because the compiler and the operating system are intimately involved with the execution of your code when you use SEH, I believe that the best way to demonstrate how SEH works is by examining source code samples and discussing the order in which the statements execute in each example.Therefore, the 阅读全文
posted @ 2011-10-09 11:58 zz962 阅读(126) 评论(0) 推荐(0) 编辑