Hi, I'm using several semaphores (max val 1) for IPC: hnd = CreateSemaphore (NULL, 1, 1, "SEM-1"); .... result = WaitForSingleObject(hnd ...
確定! 回上一頁