Searched refs:IID_Testiface (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ole32/ |
H A D | compobj.c | 95 static const GUID IID_Testiface = { 0x22222222, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xb… variable 1246 hr = CoGetPSClsid(&IID_Testiface, &clsid); in test_CoGetPSClsid() 1252 hr = CoGetPSClsid(&IID_Testiface, &clsid); in test_CoGetPSClsid() 1254 ok(IsEqualGUID(&clsid, &IID_Testiface), "got clsid %s\n", wine_dbgstr_guid(&clsid)); in test_CoGetPSClsid() 1272 hr = CoRegisterPSClsid(&IID_Testiface, &IID_Testiface4); in test_CoGetPSClsid() 1275 hr = CoGetPSClsid(&IID_Testiface, &clsid); in test_CoGetPSClsid()
|