ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

fbtSeXcpt.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.