Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenfbtSeXcpt.h
Go to the documentation of this file.
00001 #ifndef __SEEXCEPTION_H__ 00002 #define __SEEXCEPTION_H__ 00003 00004 #include <windows.h> 00005 00006 class fbtSeException 00007 { 00008 public: 00009 fbtSeException(unsigned int nSeCode, _EXCEPTION_POINTERS* pExcPointers); 00010 fbtSeException(fbtSeException & CseExc); 00011 00012 unsigned int GetSeCode(void); 00013 00014 private: 00015 unsigned int m_nSeCode; 00016 _EXCEPTION_POINTERS* m_pExcPointers; 00017 00018 }; 00019 00020 void fbtXcptEnableSEHandling(); 00021 00022 #endif //__SEEXCEPTION_H__ Generated on Sat May 26 2012 04:25:44 for ReactOS by
1.7.6.1
|