在工程文件中, WinMain函数里加上以下代码. HANDLE hMutex = CreateMutex(NULL, false, "Process");; if (GetLastError() == ERROR_ALREADY_EXISTS)
確定! 回上一頁