Home
last modified time | relevance | path

Searched refs:hGuidKey (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/drivers/sound/mmixer/
H A Dsup.c815 HANDLE hMediaKey, hGuidKey; in MMixerGetDeviceNameWithComponentId() local
832 Status = MixerContext->OpenKey(hMediaKey, GuidString.Buffer, KEY_READ, &hGuidKey); in MMixerGetDeviceNameWithComponentId()
836 …Status = MixerContext->QueryKeyValue(hGuidKey, L"Name", (PVOID*)&DeviceName, &ResultLength, &KeyTy… in MMixerGetDeviceNameWithComponentId()
843 MixerContext->CloseKey(hGuidKey); in MMixerGetDeviceNameWithComponentId()