Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Ddevinst.c4383 SP_DEVINSTALL_PARAMS_W deviceInstallParamsW; in SetupDiGetDeviceInstallParamsA() local
4394 deviceInstallParamsW.cbSize = sizeof(SP_DEVINSTALL_PARAMS_W); in SetupDiGetDeviceInstallParamsA()
4395 ret = SetupDiGetDeviceInstallParamsW(DeviceInfoSet, DeviceInfoData, &deviceInstallParamsW); in SetupDiGetDeviceInstallParamsA()
4402 &deviceInstallParamsW, in SetupDiGetDeviceInstallParamsA()
4404 if (WideCharToMultiByte(CP_ACP, 0, deviceInstallParamsW.DriverPath, -1, in SetupDiGetDeviceInstallParamsA()
4603 SP_DEVINSTALL_PARAMS_W deviceInstallParamsW; in SetupDiSetDeviceInstallParamsA() local
4615 …memcpy(&deviceInstallParamsW, DeviceInstallParams, FIELD_OFFSET(SP_DEVINSTALL_PARAMS_A, DriverPath… in SetupDiSetDeviceInstallParamsA()
4616 deviceInstallParamsW.cbSize = sizeof(SP_DEVINSTALL_PARAMS_W); in SetupDiSetDeviceInstallParamsA()
4625 …ltiByteToWideChar(CP_ACP, 0, DeviceInstallParams->DriverPath, -1, deviceInstallParamsW.DriverPath,… in SetupDiSetDeviceInstallParamsA()
4626 … ret = SetupDiSetDeviceInstallParamsW(DeviceInfoSet, DeviceInfoData, &deviceInstallParamsW); in SetupDiSetDeviceInstallParamsA()