Searched refs:pstrEndpointId (Results 1 – 1 of 1) sorted by relevance
1346 WCHAR *pstrEndpointId = NULL; in PlayoutDeviceName() local1347 pstrEndpointId = (WCHAR*)CoTaskMemAlloc(cbEndpointId); in PlayoutDeviceName()1352 (DWORD_PTR)pstrEndpointId, in PlayoutDeviceName()1363 CoTaskMemFree(pstrEndpointId); in PlayoutDeviceName()1367 if (WideCharToMultiByte(CP_UTF8, 0, pstrEndpointId, -1, guid, kAdmMaxGuidSize, NULL, NULL) == 0) in PlayoutDeviceName()1371 CoTaskMemFree(pstrEndpointId); in PlayoutDeviceName()1451 WCHAR *pstrEndpointId = NULL; in RecordingDeviceName() local1452 pstrEndpointId = (WCHAR*)CoTaskMemAlloc(cbEndpointId); in RecordingDeviceName()1457 (DWORD_PTR)pstrEndpointId, in RecordingDeviceName()1468 CoTaskMemFree(pstrEndpointId); in RecordingDeviceName()[all …]