| 62 | int GetSystemErrorCode(); |
| 63 | void SetSystemErrorCode(int Code); |
| 64 | void SetDisableShutdown() {DisableShutdown=true;} |
| 65 | bool IsShutdownEnabled() {return !DisableShutdown;} |
| 66 | |
| 67 | bool UserBreak; // Ctrl+Break is pressed. |
no outgoing calls
no test coverage detected