... while(1) { printf("Sending\n"); if(0 == PulseEvent(hEvent)) { printf("PulseEvent:"); error(); } sleep(1); } return 0; }
確定! 回上一頁