Searched refs:vd_pFriendlyName (Results 1 – 1 of 1) sorted by relevance
585 wchar_t *vd_pFriendlyName; member in __anon2599bf920111::videoDevice1987 videoDevice::videoDevice(void): vd_IsSetuped(false), vd_LockOut(OpenLock), vd_pFriendlyName(NULL), in videoDevice()2086 if(vd_pFriendlyName) in resetDevice()2087 CoTaskMemFree(vd_pFriendlyName); in resetDevice()2088 vd_pFriendlyName = NULL; in resetDevice()2101 vd_pFriendlyName = (wchar_t*)CoTaskMemAlloc((length + 1) * sizeof(wchar_t)); in resetDevice()2102 wcscpy(vd_pFriendlyName, wstr); in resetDevice()2140 &vd_pFriendlyName, in resetDevice()2152 vd_pFriendlyName = NULL; in resetDevice()2201 if (wcscmp(wstr, vd_pFriendlyName) == 0) { in checkDevice()[all …]