_hMutex = CreateMutex(NULL, FALSE, MutexName); if (_hMutex == NULL) { throw MY_ERROR(GetLastError(), L"Error creating mutex handle"); }.
確定! 回上一頁