wbemprox: Fix the type mapping for Win32_SoundDevice.StatusInfo.
This commit is contained in:
parent
56ff1cc76a
commit
797bd65f62
|
@ -543,7 +543,7 @@ static const struct column col_sounddevice[] =
|
|||
{
|
||||
{ prop_nameW, CIM_STRING },
|
||||
{ prop_productnameW, CIM_STRING },
|
||||
{ prop_statusinfoW, CIM_UINT16 }
|
||||
{ prop_statusinfoW, CIM_UINT16, VT_I4 }
|
||||
};
|
||||
static const struct column col_stdregprov[] =
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue