Searched refs:ptrDevice (Results 1 – 1 of 1) sorted by relevance
3749 IMMDevice* ptrDevice = NULL; in _GetDefaultDeviceIndex() local3750 hr = collection->Item(i, &ptrDevice); in _GetDefaultDeviceIndex()3751 if (FAILED(hr) || ptrDevice == NULL) { in _GetDefaultDeviceIndex()3755 device = ptrDevice; in _GetDefaultDeviceIndex()3756 SAFE_RELEASE(ptrDevice); in _GetDefaultDeviceIndex()