This document is archived and information here might be outdated. Recommended version. |
Crash dump directory.
[Visual Basic .NET]
Public Property ErrorReportDir As String
[C#]
public string ErrorReportDir {get; set;}
[C++]
HRESULT get_ErrorReportDir(
BSTR pVal
);
[C++]
HRESULT put_ErrorReportDir(
System.String* pVal
);
[C++] Parameters pVal [in]
pVal is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type BSTR*