#include <windows.h> #include <stdio.h> CHAR lpMutexName[]="MY"; HANDLE hMutex; void main() { hMutex=OpenMutex(NULL, FALSE, ...
確定! 回上一頁