ReactOS 0.4.15-dev-7924-g5949c20
fbtSeXcpt.h
Go to the documentation of this file.
1#ifndef __SEEXCEPTION_H__
2#define __SEEXCEPTION_H__
3
4#include <windows.h>
5
7{
8 public:
9 fbtSeException(unsigned int nSeCode, _EXCEPTION_POINTERS* pExcPointers);
11
12 unsigned int GetSeCode(void);
13
14 private:
15 unsigned int m_nSeCode;
17
18};
19
21
22#endif //__SEEXCEPTION_H__
fbtSeException(fbtSeException &CseExc)
unsigned int GetSeCode(void)
fbtSeException(unsigned int nSeCode, _EXCEPTION_POINTERS *pExcPointers)
_EXCEPTION_POINTERS * m_pExcPointers
Definition: fbtSeXcpt.h:16
unsigned int m_nSeCode
Definition: fbtSeXcpt.h:15
void fbtXcptEnableSEHandling()