#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "werapi.h"
#include "wine/list.h"
#include "wine/unicode.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | report_t |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (wer) |
| static void * | __WINE_ALLOC_SIZE (1) |
| static BOOL | heap_free (void *mem) |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| HRESULT WINAPI | WerAddExcludedApplication (PCWSTR exeName, BOOL allUsers) |
| HRESULT WINAPI | WerRemoveExcludedApplication (PCWSTR exeName, BOOL allUsers) |
| HRESULT WINAPI | WerReportCloseHandle (HREPORT hreport) |
| HRESULT WINAPI | WerReportCreate (PCWSTR eventtype, WER_REPORT_TYPE reporttype, PWER_REPORT_INFORMATION reportinfo, HREPORT *phandle) |
| HRESULT WINAPI | WerReportSetParameter (HREPORT hreport, DWORD id, PCWSTR name, PCWSTR value) |
| HRESULT WINAPI | WerReportSubmit (HREPORT hreport, WER_CONSENT consent, DWORD flags, PWER_SUBMIT_RESULT presult) |
Variables |
| static CRITICAL_SECTION | report_table_cs = { &report_table_cs_debug, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | report_table_cs_debug |
| static struct list | report_table = LIST_INIT(report_table) |
| static WCHAR | regpath_exclude [] |