Searched refs:szDeviceID (Results 1 – 1 of 1) sorted by relevance
4602 WCHAR szDeviceID[MAX_PATH] = {0}; in _GetDefaultDeviceIndex() local4604 const size_t kDeviceIDLength = sizeof(szDeviceID)/sizeof(szDeviceID[0]); in _GetDefaultDeviceIndex()4640 memset(szDeviceID, 0, sizeof(szDeviceID)); in _GetDefaultDeviceIndex()4654 if (_GetDeviceID(device, szDeviceID, kDeviceIDLength) == -1) in _GetDefaultDeviceIndex()4659 if (wcsncmp(szDefaultDeviceID, szDeviceID, kDeviceIDLength) == 0) in _GetDefaultDeviceIndex()