Searched refs:modelW (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/wbemprox/ |
H A D | query.c | 414 static const WCHAR modelW[] = {'M','o','d','e','l',0}; in test_Win32_Baseboard() local 442 hr = IWbemClassObject_Get( obj, modelW, 0, &val, &type, NULL ); in test_Win32_Baseboard() 573 static const WCHAR modelW[] = {'M','o','d','e','l',0}; in test_Win32_ComputerSystem() local 624 check_property( obj, modelW, VT_BSTR, CIM_STRING ); in test_Win32_ComputerSystem()
|