GME
13
|
#include <CrashRpt.h>
Public Attributes | |
WORD | cb |
Size of this structure in bytes; must be initialized before using! | |
LPCSTR | pszAppName |
Name of application. | |
LPCSTR | pszAppVersion |
Application version. | |
LPCSTR | pszEmailTo |
E-mail address of crash reports recipient. | |
LPCSTR | pszEmailSubject |
Subject of crash report e-mail. | |
LPCSTR | pszUrl |
URL of server-side script (used in HTTP connection). | |
LPCSTR | pszCrashSenderPath |
Directory name where CrashSender.exe is located. | |
LPGETLOGFILE | pfnCrashCallback |
User crash callback. | |
UINT | uPriorities [3] |
Array of error sending transport priorities. | |
DWORD | dwFlags |
Flags. | |
LPCSTR | pszPrivacyPolicyURL |
URL of privacy policy agreement. | |
LPCSTR | pszDebugHelpDLL |
File name or folder of Debug help DLL. | |
MINIDUMP_TYPE | uMiniDumpType |
Mini dump type. | |
LPCSTR | pszErrorReportSaveDir |
Directory where to save error reports. | |
LPCSTR | pszRestartCmdLine |
Command line for application restart (without executable name). | |
LPCSTR | pszLangFilePath |
Path to the language file (including file name). | |
LPCSTR | pszEmailText |
Custom E-mail text (used when deliverying report as E-mail). | |
LPCSTR | pszSmtpProxy |
Network address and port to be used as SMTP proxy. | |
LPCSTR | pszCustomSenderIcon |
Custom icon used for Error Report dialog. |
Definition at line 555 of file CrashRpt.h.
Size of this structure in bytes; must be initialized before using!
Definition at line 557 of file CrashRpt.h.
Flags.
Definition at line 566 of file CrashRpt.h.
LPGETLOGFILE tagCR_INSTALL_INFOA::pfnCrashCallback |
User crash callback.
Definition at line 564 of file CrashRpt.h.
Name of application.
Definition at line 558 of file CrashRpt.h.
Application version.
Definition at line 559 of file CrashRpt.h.
Directory name where CrashSender.exe is located.
Definition at line 563 of file CrashRpt.h.
Custom icon used for Error Report dialog.
Definition at line 575 of file CrashRpt.h.
File name or folder of Debug help DLL.
Definition at line 568 of file CrashRpt.h.
Subject of crash report e-mail.
Definition at line 561 of file CrashRpt.h.
Custom E-mail text (used when deliverying report as E-mail).
Definition at line 573 of file CrashRpt.h.
E-mail address of crash reports recipient.
Definition at line 560 of file CrashRpt.h.
Directory where to save error reports.
Definition at line 570 of file CrashRpt.h.
Path to the language file (including file name).
Definition at line 572 of file CrashRpt.h.
URL of privacy policy agreement.
Definition at line 567 of file CrashRpt.h.
Command line for application restart (without executable name).
Definition at line 571 of file CrashRpt.h.
Network address and port to be used as SMTP proxy.
Definition at line 574 of file CrashRpt.h.
LPCSTR tagCR_INSTALL_INFOA::pszUrl |
URL of server-side script (used in HTTP connection).
Definition at line 562 of file CrashRpt.h.
MINIDUMP_TYPE tagCR_INSTALL_INFOA::uMiniDumpType |
Mini dump type.
Definition at line 569 of file CrashRpt.h.
UINT tagCR_INSTALL_INFOA::uPriorities[3] |
Array of error sending transport priorities.
Definition at line 565 of file CrashRpt.h.