GME
13
|
#include <CrashRpt.h>
Public Attributes | |
WORD | cb |
Size of this structure in bytes; must be initialized before using! | |
LPCWSTR | pszAppName |
Name of application. | |
LPCWSTR | pszAppVersion |
Application version. | |
LPCWSTR | pszEmailTo |
E-mail address of crash reports recipient. | |
LPCWSTR | pszEmailSubject |
Subject of crash report e-mail. | |
LPCWSTR | pszUrl |
URL of server-side script (used in HTTP connection). | |
LPCWSTR | pszCrashSenderPath |
Directory name where CrashSender.exe is located. | |
LPGETLOGFILE | pfnCrashCallback |
User crash callback. | |
UINT | uPriorities [5] |
Array of error sending transport priorities. | |
DWORD | dwFlags |
Flags. | |
LPCWSTR | pszPrivacyPolicyURL |
URL of privacy policy agreement. | |
LPCWSTR | pszDebugHelpDLL |
File name or folder of Debug help DLL. | |
MINIDUMP_TYPE | uMiniDumpType |
Minidump type. | |
LPCWSTR | pszErrorReportSaveDir |
Directory where to save error reports. | |
LPCWSTR | pszRestartCmdLine |
Command line for application restart (without executable name). | |
LPCWSTR | pszLangFilePath |
Path to the language file (including file name). | |
LPCWSTR | pszEmailText |
Custom E-mail text (used when deliverying report as E-mail). | |
LPCWSTR | pszSmtpProxy |
Network address and port to be used as SMTP proxy. | |
LPCWSTR | pszCustomSenderIcon |
Custom icon used for Error Report dialog. |
Definition at line 524 of file CrashRpt.h.
Size of this structure in bytes; must be initialized before using!
Definition at line 526 of file CrashRpt.h.
Flags.
Definition at line 535 of file CrashRpt.h.
LPGETLOGFILE tagCR_INSTALL_INFOW::pfnCrashCallback |
User crash callback.
Definition at line 533 of file CrashRpt.h.
LPCWSTR tagCR_INSTALL_INFOW::pszAppName |
Name of application.
Definition at line 527 of file CrashRpt.h.
Application version.
Definition at line 528 of file CrashRpt.h.
Directory name where CrashSender.exe is located.
Definition at line 532 of file CrashRpt.h.
Custom icon used for Error Report dialog.
Definition at line 544 of file CrashRpt.h.
File name or folder of Debug help DLL.
Definition at line 537 of file CrashRpt.h.
Subject of crash report e-mail.
Definition at line 530 of file CrashRpt.h.
Custom E-mail text (used when deliverying report as E-mail).
Definition at line 542 of file CrashRpt.h.
LPCWSTR tagCR_INSTALL_INFOW::pszEmailTo |
E-mail address of crash reports recipient.
Definition at line 529 of file CrashRpt.h.
Directory where to save error reports.
Definition at line 539 of file CrashRpt.h.
Path to the language file (including file name).
Definition at line 541 of file CrashRpt.h.
URL of privacy policy agreement.
Definition at line 536 of file CrashRpt.h.
Command line for application restart (without executable name).
Definition at line 540 of file CrashRpt.h.
Network address and port to be used as SMTP proxy.
Definition at line 543 of file CrashRpt.h.
LPCWSTR tagCR_INSTALL_INFOW::pszUrl |
URL of server-side script (used in HTTP connection).
Definition at line 531 of file CrashRpt.h.
MINIDUMP_TYPE tagCR_INSTALL_INFOW::uMiniDumpType |
Minidump type.
Definition at line 538 of file CrashRpt.h.
UINT tagCR_INSTALL_INFOW::uPriorities[5] |
Array of error sending transport priorities.
Definition at line 534 of file CrashRpt.h.