HANDLE huchi=CreateMutex(NULL,false,”server”);
 if(GetLastError()==ERROR_ALREADY_EXISTS)
 {
  huchi=NULL;
  exit(0);;
 }

阅读全文

, ,