wbemprox: Don't use DXGI adapter values for Win32_SoundDevice.
wbemprox: Get Win32_VideoController values from the registry. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38879
wmic: Treat VT_I4 values as unsigned. Many properties are exported as VT_I4 even though the underlying type is CIM_UINT32.