摘要:
#include int main(int argc, char* argv[]) { HANDLE hEvent= CreateEvent(NULL,true,true,"init"); if (hEvent) { if (GetLastError()==ERROR_ALREADY_EXISTS) { printf... 阅读全文
posted @ 2007-09-15 17:52
ahuo
阅读(277)
评论(0)
推荐(0)
浙公网安备 33010602011771号