Searched refs:ptrDevice (Results 1 – 1 of 1) sorted by relevance
4643 IMMDevice* ptrDevice = NULL; in _GetDefaultDeviceIndex() local4644 hr = collection->Item(i, &ptrDevice); in _GetDefaultDeviceIndex()4645 if (FAILED(hr) || ptrDevice == NULL) in _GetDefaultDeviceIndex()4650 device = ptrDevice; in _GetDefaultDeviceIndex()4651 SAFE_RELEASE(ptrDevice); in _GetDefaultDeviceIndex()