|
|
The function RtcplSetFreezeFaultingProcessOnException configures RTX to either terminate or freeze all faulting RTSS processes.
Syntax
BOOL RtcplSetFreezeFaultingProcessOnException(
DWORD Enable
);
Parameters
Enable
Specifies how RTX handles faulting processes.
|
Value |
Description |
|
GENERAL_ENABLE |
All faulting processes are frozen. |
|
GENERAL_DISABLE |
All faulting processes terminate. |
Return Values
A non-zero value if the function succeeds
Remarks
Changing this value requires a restart of the RTX Subsystem if it is running, as indicated by a GetLastError of ERROR_SUCCESS_RESTART_REQUIRED.
Related RTX Properties Control Panel Features
|
Tab |
|
|
Feature(s) |
Process Exception Disposition options |
Requirements
| Header | RtxProp.h |
| Library | RtxProp.lib |