Searched refs:lpPath (Results 1 – 1 of 1) sorted by relevance
545 LPSTR lpPath = new TCHAR [lstrlen(pathName) + 1]; in AddDevicePath() local546 lstrcpy(lpPath, pathName); in AddDevicePath()547 m_cDevices.push_back(lpPath); in AddDevicePath()