Searched refs:uuidW (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/wbemprox/ |
H A D | query.c | 1299 static const WCHAR uuidW[] = in test_Win32_ComputerSystemProduct() local 1327 check_property( obj, uuidW, VT_BSTR, CIM_STRING ); in test_Win32_ComputerSystemProduct()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | typelib.c | 4959 WCHAR uuidW[40]; in test_register_typelib() local 5061 StringFromGUID2(&attr->guid, uuidW, ARRAY_SIZE(uuidW)); in test_register_typelib() 5062 WideCharToMultiByte(CP_ACP, 0, uuidW, -1, uuid, sizeof(uuid), NULL, NULL); in test_register_typelib() 5128 StringFromGUID2(&attr->guid, uuidW, ARRAY_SIZE(uuidW)); in test_register_typelib() 5129 WideCharToMultiByte(CP_ACP, 0, uuidW, -1, uuid, sizeof(uuid), NULL, NULL); in test_register_typelib()
|