The exit code on windows is stored in a DWORD, an unsigned long: <https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2> Use the max value of this type for SC_EXIT_CODE_NONE.
The exit code on windows is stored in a DWORD, an unsigned long: <https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2> Use the max value of this type for SC_EXIT_CODE_NONE.