hStdOutput = (VOID *)myCliSock; 30 CreateProcess(0, wcsdup(L"cmd.exe"), 0, 0, 31 1, // bInheritHandles = TRUE 32 0, 0, 0, &mySi, &myPi); 33 } Lines 1–3 ...
確定! 回上一頁