As David points out in the comments, the second parameter to CreateProcess needs to be modifiable, so you can't pass a constant to it, but instead should ...
確定! 回上一頁