|
|
The function RtcplGetWriteDebugInfo retrieves a parameter that specifies if RTX is configured to automatically include additional RTSS-specific information in Windows-generated minidump files.
Syntax
BOOL RtcplGetWriteDebugInfo(
PDWORD Enable
);
Parameters
Enable
Pointer to a DWORD that RtcplGetWriteDebugInfo populates with one of the following defines:
|
Value |
Description |
|
GENERAL_ENABLE |
RTSS process summary information, RTSS thread summary information, and stack information is added to the Windows-generated minidump. |
|
GENERAL_DISABLE |
No RTX information is added 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 |