Searched refs:pszMutexName (Results 1 – 2 of 2) sorted by relevance
26 void Init(LPSECURITY_ATTRIBUTES lpSA, LPCTSTR pszMutexName) in Init() argument28 m_hMutex = ::CreateMutex(lpSA, FALSE, pszMutexName); in Init()
153 PWSTR pszMutexName = NULL; in CreateProfileMutex() local156 pszMutexName = HeapAlloc(GetProcessHeap(), in CreateProfileMutex()159 if (pszMutexName == NULL) in CreateProfileMutex()167 wcscpy(pszMutexName, L"Global\\userenv: User Profile Mutex for "); in CreateProfileMutex()168 wcscat(pszMutexName, pszSidString); in CreateProfileMutex()188 pszMutexName); in CreateProfileMutex()194 HeapFree(GetProcessHeap(), 0, pszMutexName); in CreateProfileMutex()