Home
last modified time | relevance | path

Searched refs:lpPath (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/
DHio2IfHost.cpp545 LPSTR lpPath = new TCHAR [lstrlen(pathName) + 1]; in AddDevicePath() local
546 lstrcpy(lpPath, pathName); in AddDevicePath()
547 m_cDevices.push_back(lpPath); in AddDevicePath()