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

errorrep.h
Go to the documentation of this file.
00001 #ifndef _ERRORREP_H
00002 #define _ERRORREP_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 #if (_WIN32_WINNT >= 0x0501)
00009 typedef enum {
00010     frrvErr = 3,
00011     frrvErrNoDW = 4,
00012     frrvErrTimeout = 5,
00013     frrvLaunchDebugger = 6,
00014     frrvOk = 0,
00015     frrvOkHeadless = 7,
00016     frrvOkManifest = 1,
00017     frrvOkQueued = 2
00018 } EFaultRepRetVal;
00019 BOOL WINAPI AddERExcludedApplicationA(LPCSTR);
00020 BOOL WINAPI AddERExcludedApplicationW(LPCWSTR);
00021 EFaultRepRetVal WINAPI ReportFault(LPEXCEPTION_POINTERS,DWORD);
00022 #endif
00023 
00024 #ifdef UNICODE
00025 #if (_WIN32_WINNT >= 0x0501)
00026 #define AddERExcludedApplication AddERExcludedApplicationW
00027 #endif
00028 #else
00029 #if (_WIN32_WINNT >= 0x0501)
00030 #define AddERExcludedApplication AddERExcludedApplicationA
00031 #endif
00032 #endif
00033 
00034 #ifdef __cplusplus
00035 }
00036 #endif
00037 #endif

Generated on Mon May 28 2012 04:31:16 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.