CreateProcess, GetExitCodeProcess and application crash
When using CreateProcess win32 API make sure the lpCommandLine is not a constant or your application can crash.
When using CreateProcess win32 API make sure the lpCommandLine is not a constant or your application can crash.