問題タブ [shellexecuteex]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
545 参照

python - ShellExecuteEx と getexitcodeprocess

ShellExecuteEx(..) を使用して Python スクリプトを起動し、Python スクリプトが成功時に sys.exit(0) を使用して python main から値を返すか、その他のエラー値を返します。Pythonスクリプトの終了コードを読む方法は?

アプリケーションを起動した後、MsgWaitForMultipleObjects (...) を使用してスクリプトの完了を待機し、GetExitCodeProcess(...) を呼び出した後、何らかの理由で常に getExitCodeprocess(..) から値 1 を読み取りました。

Python コード:

C++ コード:

このコードでは、15 で終了する Python スクリプトとして、GetExitCodeProcess(rSEI.hProcess, &dwCode) から dwCode から 15 を読み取ることを期待していますか?

これに関するあなたのすべての助けに感謝します...