... _T("Global\\MyUniqueMutexName"); m_hMutex = ::CreateMutex(NULL, FALSE, PREDEFINED_UNIQUE_ID); // or: m_hMutex = ::CreateMutexEx(&sa, ...
確定! 回上一頁