?? asynchexceptionmgr.h
字號(hào):
//
// FILE: AsynchExceptionMgr.h
//
// Copyright (c) 1997 by Aaron Michael Cohen and Mike Woodring
//
/////////////////////////////////////////////////////////////////////////
#ifndef __AsynchExceptionMgr__
#define __AsynchExceptionMgr__
#include "ExceptionMgr.h"
// Asynchronous exception manager. This derivation of the exception
// manager just forwards the notification to all registered handlers
// in the context of the thread calling into the exception manager.
//
class CAsynchronousExceptionManager : public CExceptionManager
{
protected:
virtual void NotifyExceptionHandler(
CExceptionHandler *pHandler,
CExceptionHandler::NOTIFICATION_CONTEXT Context,
DWORD dwExceptionCode
);
};
#endif // __AsynchExceptionMgr__
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -