start minimized
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -735,6 +735,8 @@ auto handlers::launch_process(provider_type prov, std::string_view name,
|
||||
|
||||
STARTUPINFOA start_info{};
|
||||
start_info.cb = sizeof(start_info);
|
||||
start_info.dwFlags = STARTF_USESHOWWINDOW;
|
||||
start_info.wShowWindow = SW_SHOWMINNOACTIVE;
|
||||
|
||||
PROCESS_INFORMATION proc_info{};
|
||||
auto result = ::CreateProcessA(
|
||||
|
Reference in New Issue
Block a user