Home
last modified time | relevance | path

Searched refs:REGDB_E_CLASSNOTREG (Results 1 – 25 of 38) sorted by relevance

12

/reactos/modules/rostests/winetests/dxdiagn/
H A Dprovider.c36 broken(hr == REGDB_E_CLASSNOTREG), /* Clean W2K3 */ in test_Initialize()
103 broken(hr == REGDB_E_CLASSNOTREG), /* Clean W2K3 */ in test_GetRootContainer()
/reactos/modules/rostests/winetests/qedit/
H A Dtimeline.c37 ok(hr == S_OK || broken(hr == REGDB_E_CLASSNOTREG), "CoCreateInstance failed: %08x\n", hr); in test_timeline()
121 ok(hr == S_OK || broken(hr == REGDB_E_CLASSNOTREG), "CoCreateInstance failed: %08x\n", hr); in test_timelineobj_interfaces()
/reactos/modules/rostests/apitests/atl/
H A DAtlObjMap.cpp36 ok_hex(hr, REGDB_E_CLASSNOTREG); in START_TEST()
/reactos/sdk/include/psdk/
H A Dstierr.h18 #define STIERR_DEVICENOTREG REGDB_E_CLASSNOTREG
/reactos/modules/rostests/winetests/ole32/
H A Ddefaulthandler.c260 ok(hres == REGDB_E_CLASSNOTREG, "Run returned: %x, expected REGDB_E_CLASSNOTREG\n", hres); in test_default_handler_run()
300 ok(hres == REGDB_E_CLASSNOTREG, "expected REGDB_E_CLASSNOTREG, got %x\n", hres); in test_default_handler_run()
H A Dcompobj.c339 ok(hr == REGDB_E_CLASSNOTREG, "ProgIDFromCLSID returned %08x\n", hr); in test_ProgIDFromCLSID()
649 if(hr == REGDB_E_CLASSNOTREG) in test_CoCreateInstance()
1657 ok(hr == REGDB_E_CLASSNOTREG, "CoGetClassObject on inproc object " in test_registered_object_thread_affinity()
1747 if (hr == REGDB_E_CLASSNOTREG) in test_CoFreeUnusedLibraries()
2105 if(hr == REGDB_E_CLASSNOTREG) in test_TreatAsClass()
2128 ok(hr == REGDB_E_CLASSNOTREG, "CoCreateInstance gave wrong error: %08x\n", hr); in test_TreatAsClass()
2241 ok(hr == REGDB_E_CLASSNOTREG, "got 0x%08x\n", hr); in test_OleRegGetMiscStatus()
2307 ok(hr == REGDB_E_CLASSNOTREG, "form %u: got 0x%08x\n", form, hr); in test_OleRegGetUserType()
2324 ok(hr == REGDB_E_CLASSNOTREG, "form %u: got 0x%08x\n", form, hr); in test_OleRegGetUserType()
3662 ok(hr == REGDB_E_CLASSNOTREG, "got 0x%08x\n", hr); in test_CoGetInstanceFromFile()
[all …]
H A Dole_server.c434 ok(hr == REGDB_E_CLASSNOTREG, "expected REGDB_E_CLASSNOTREG, got %#x\n", hr); in START_TEST()
452 …ok(hr == S_OK || broken(hr == REGDB_E_CLASSNOTREG) /* XP,win2000 and earlier */, "CoCreateInstance… in START_TEST()
H A Dole2.c2982 …ok(hr == REGDB_E_CLASSNOTREG, "CoCreateInstance should have failed with REGDB_E_CLASSNOTREG instea… in test_default_handler()
2999 …ok(hr == REGDB_E_CLASSNOTREG, "IOleObject_EnumVerbs should have returned REGDB_E_CLASSNOTREG inste… in test_default_handler()
3017 …ok(hr == REGDB_E_CLASSNOTREG, "IOleObject_GetMiscStatus should have returned REGDB_E_CLASSNOTREG i… in test_default_handler()
3059 …ok(hr == REGDB_E_CLASSNOTREG, "IOleObject_Update should have returned REGDB_E_CLASSNOTREG instead … in test_default_handler()
3103 …ok(hr == REGDB_E_CLASSNOTREG, "IOleObject_Run should have returned REGDB_E_CLASSNOTREG instead of … in test_default_handler()
3610 ok(hr == REGDB_E_CLASSNOTREG, "OleDoAutoConvert returned %x\n", hr); in test_OleDoAutoConvert()
H A Dmarshal.c3850 ok(hr == REGDB_E_CLASSNOTREG || /* NT */ in test_local_server()
3888 hr == REGDB_E_CLASSNOTREG || /* win2k */ in test_local_server()
3909 …ok(hr == REGDB_E_CLASSNOTREG, "Second CoCreateInstance on REGCLS_SINGLEUSE object should have fail… in test_local_server()
/reactos/modules/rostests/winetests/vbscript/
H A Derror.vbs64 const REGDB_E_CLASSNOTREG = &h80040154&
362 testHresMap REGDB_E_CLASSNOTREG, 429
H A Dvbscript.c1012 if(hres == REGDB_E_CLASSNOTREG) { in test_RegExp()
/reactos/modules/rostests/winetests/dsound/
H A Dduplex.c113 ok(rc==S_OK||rc==REGDB_E_CLASSNOTREG||rc==CLASS_E_CLASSNOTAVAILABLE, in IDirectSoundFullDuplex_tests()
115 if (rc==REGDB_E_CLASSNOTREG) { in IDirectSoundFullDuplex_tests()
H A Dcapture.c195 …ok(rc==S_OK||rc==REGDB_E_CLASSNOTREG,"CoCreateInstance(CLSID_DirectSoundCapture) failed: %08x\n", … in test_capture()
196 if (rc==REGDB_E_CLASSNOTREG) { in test_capture()
H A Ddsound8.c194 ok(rc==S_OK||rc==REGDB_E_CLASSNOTREG,"CoCreateInstance() failed: %08x\n", rc); in IDirectSound8_tests()
195 if (rc==REGDB_E_CLASSNOTREG) { in IDirectSound8_tests()
230 ok(rc==REGDB_E_CLASSNOTREG, in IDirectSound8_tests()
/reactos/modules/rostests/winetests/shell32/
H A Dautocomplete.c48 if (hr == REGDB_E_CLASSNOTREG) in test_invalid_init()
58 if (hr == REGDB_E_CLASSNOTREG) in test_invalid_init()
151 if (r == REGDB_E_CLASSNOTREG) in test_init()
161 if (r == REGDB_E_CLASSNOTREG) in test_init()
/reactos/dll/win32/ole32/
H A Dcompobj.c1482 return REGDB_E_CLASSNOTREG; in apartment_hostobject()
2459 return REGDB_E_CLASSNOTREG; in COM_OpenKeyForCLSID()
2560 return REGDB_E_CLASSNOTREG; in ProgIDFromCLSID()
2568 ret = REGDB_E_CLASSNOTREG; in ProgIDFromCLSID()
2576 ret = REGDB_E_CLASSNOTREG; in ProgIDFromCLSID()
3070 return REGDB_E_CLASSNOTREG; in get_inproc_class_object()
3194 if (hres == REGDB_E_CLASSNOTREG) in CoGetClassObject()
3199 hres = REGDB_E_CLASSNOTREG; in CoGetClassObject()
3230 if (hres == REGDB_E_CLASSNOTREG) in CoGetClassObject()
3235 hres = REGDB_E_CLASSNOTREG; in CoGetClassObject()
[all …]
H A Drpc.c1675 return REGDB_E_CLASSNOTREG; /* FIXME: check retval */ in create_server()
1782 hres = REGDB_E_CLASSNOTREG; /* FIXME: check retval */ in create_local_service()
1788 hres = REGDB_E_CLASSNOTREG; /* FIXME: check retval */ in create_local_service()
/reactos/modules/rostests/winetests/quartz/
H A Dmisc.c72 if (hr == REGDB_E_CLASSNOTREG) in test_aggregation()
H A Davisplitter.c418 if (hr == REGDB_E_CLASSNOTREG) in test_filter_graph()
/reactos/modules/rostests/winetests/dinput8/
H A Ddevice.c304 hr == REGDB_E_CLASSNOTREG) in test_action_mapping()
453 hr == REGDB_E_CLASSNOTREG) in test_save_settings()
628 hr == REGDB_E_CLASSNOTREG) in test_mouse_keyboard()
/reactos/modules/rostests/winetests/itss/
H A Dprotocol.c563 broken(hres == REGDB_E_CLASSNOTREG), /* Some W95 and NT4 */ in test_its_protocol()
624 broken(hres == REGDB_E_CLASSNOTREG), /* Some W95 and NT4 */ in test_mk_protocol()
/reactos/modules/rostests/winetests/windowscodecs/
H A Dmetadata.c447 …ok(hr == S_OK || broken(hr == REGDB_E_CLASSNOTREG) /*winxp*/, "CoCreateInstance failed, hr=%x\n", … in test_metadata_gAMA()
505 …ok(hr == S_OK || broken(hr == REGDB_E_CLASSNOTREG) /*winxp*/, "CoCreateInstance failed, hr=%x\n", … in test_metadata_cHRM()
1798 ok(hr == S_OK || broken(hr == E_NOINTERFACE || hr == REGDB_E_CLASSNOTREG) /* before Win7 */, in test_metadata_LSD()
1876 ok(hr == S_OK || broken(hr == E_NOINTERFACE || hr == REGDB_E_CLASSNOTREG) /* before Win7 */, in test_metadata_IMD()
1951 ok(hr == S_OK || broken(hr == E_NOINTERFACE || hr == REGDB_E_CLASSNOTREG) /* before Win7 */, in test_metadata_GCE()
2028 ok(hr == S_OK || broken(hr == E_NOINTERFACE || hr == REGDB_E_CLASSNOTREG) /* before Win7 */, in test_metadata_APE()
2112 ok(hr == S_OK || broken(hr == E_NOINTERFACE || hr == REGDB_E_CLASSNOTREG) /* before Win7 */, in test_metadata_GIF_comment()
/reactos/dll/win32/shell32/wine/
H A Dshellole.c128 if (!aclsid) return REGDB_E_CLASSNOTREG; in SHCoCreateInstance()
/reactos/modules/rostests/winetests/urlmon/
H A Durl.c1893 if(hresult==S_OK || (abort_start && hresult!=S_FALSE) || hresult == REGDB_E_CLASSNOTREG) { in statusclb_OnStopBinding()
3355 if(exhres == REGDB_E_CLASSNOTREG) { in test_BindToObject()
3451 if(exhres == REGDB_E_CLASSNOTREG) { in test_BindToObject()
4002 test_BindToObject(FILE_TEST, 0, REGDB_E_CLASSNOTREG); in START_TEST()
/reactos/dll/win32/vbscript/
H A Dvbdisp.c921 case REGDB_E_CLASSNOTREG: return MAKE_VBSERROR(VBSE_CANT_CREATE_OBJECT); in map_hres()

12