|
|
The function RtcplSetWriteDebugInfo lets you configure RTX to automatically include additional RTSS-specific information in Windows-generated minidump files.
Syntax
BOOL RtcplSetWriteDebugInfo(
DWORD Enable
);
Parameters
Enable
Specifies whether to add RTX information to the Windows-generated minidump:
|
Value |
Description |
|
GENERAL_ENABLE |
Adds RTSS process summary information, RTSS thread summary information, and stack information to the Windows-generated minidump. |
|
GENERAL_DISABLE |
Adds no RTX information to the Windows-generated minidump. |
Return Values
A non-zero value if the function succeeds
Related RTX Properties Control Panel Features
|
Tab |
|
|
Feature(s) |
Write Debug Information on System Failure options |
Requirements
| Header | RtxProp.h |
| Library | RtxProp.lib |