Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenerrorrep.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
1.7.6.1
|