Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dxdiagn/
H A Dprovider.c1016 WCHAR devicenameW[sizeof(adapter_info.DeviceName)]; in fill_display_information_d3d() local
1021 MultiByteToWideChar(CP_ACP, 0, adapter_info.DeviceName, -1, devicenameW, in fill_display_information_d3d()
1022 ARRAY_SIZE(devicenameW)); in fill_display_information_d3d()
1032 hr = add_bstr_property(display_adapter, szDeviceName, devicenameW); in fill_display_information_d3d()