Home
last modified time | relevance | path

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

/reactos/dll/cpl/mmsys/
H A Daudio.c170 WCHAR SelectedDevice[MAX_PATH] = {0}; in UpdateRegistryString() local
178 if (TextLen > _countof(SelectedDevice)) in UpdateRegistryString()
181 SendMessageW(hwndCombo, CB_GETLBTEXT, CurSel, (LPARAM)SelectedDevice); in UpdateRegistryString()
186 …RegSetValueExW(hKey, value, 0, REG_SZ, (BYTE*)SelectedDevice, (wcslen(SelectedDevice) + 1) * sizeo… in UpdateRegistryString()
/reactos/dll/win32/setupapi/
H A Dsetupapi_private.h209 struct DeviceInfo *SelectedDevice; member
H A Ddevinst.c2710 set->SelectedDevice->InstallParams.InstallMsgHandler, in SetupDiCreateDeviceInterfaceRegKeyW()
2711 … set->SelectedDevice->InstallParams.InstallMsgHandlerContext, in SetupDiCreateDeviceInterfaceRegKeyW()
4916 else if (list->SelectedDevice == NULL) in SetupDiGetSelectedDevice()
4925 &list->SelectedDevice->ClassGuid, in SetupDiGetSelectedDevice()
4927 DeviceInfoData->DevInst = list->SelectedDevice->dnDevInst; in SetupDiGetSelectedDevice()
4928 DeviceInfoData->Reserved = (ULONG_PTR)list->SelectedDevice; in SetupDiGetSelectedDevice()
4962 list->SelectedDevice = (struct DeviceInfo *)DeviceInfoData->Reserved; in SetupDiSetSelectedDevice()