/reactos/modules/rostests/winetests/dxdiagn/ |
H A D | provider.c | 113 ok(hr == CO_E_NOTINITIALIZED, in test_GetRootContainer() 117 ok(hr == CO_E_NOTINITIALIZED, in test_GetRootContainer()
|
/reactos/dll/directx/ddraw/Vtable/ |
H A D | DirectD3D7_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectD3D_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectD3D2_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectD3D3_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectDraw_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectDraw2_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectDrawSurface_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectDraw4_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectDraw7_Vtable.c | 15 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectDrawSurface3_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectDrawSurface2_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectDrawSurface4_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
H A D | DirectDrawSurface7_Vtable.c | 14 #define CO_E_NOTINITIALIZED 0x800401F0 macro
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | compobj.c | 619 …ok_(__FILE__, line)(hr == S_OK || hr == CO_E_NOTINITIALIZED, "Unexpected return code: 0x%08x\n", h… in _test_apt_type() 633 …ok(hr == CO_E_NOTINITIALIZED, "CoCreateInstance should have returned CO_E_NOTINITIALIZED instead o… in test_CoCreateInstance() 661 …ok(hr == CO_E_NOTINITIALIZED, "CoCreateInstance should have returned CO_E_NOTINITIALIZED instead o… in test_CoCreateInstance() 677 …ok(hr == CO_E_NOTINITIALIZED, "CoGetClassObject should have returned CO_E_NOTINITIALIZED instead o… in test_CoGetClassObject() 682 broken(hr == CO_E_NOTINITIALIZED), /* win9x */ in test_CoGetClassObject() 1097 …ok(hr == CO_E_NOTINITIALIZED, "CoRegisterPSClsid should have returned CO_E_NOTINITIALIZED instead … in test_CoRegisterPSClsid() 1202 ok(hr == CO_E_NOTINITIALIZED, in test_CoGetPSClsid() 1994 ok(hr == CO_E_NOTINITIALIZED, "Expected CO_E_NOTINITIALIZED, got 0x%08x\n", hr); in test_CoGetContextToken() 2202 …ok(hr == CO_E_NOTINITIALIZED, "CoCreateInstance should have returned 0x%08x instead of 0x%08x\n", … in test_OleInitialize_InitCounting() 2217 …ok(hr == CO_E_NOTINITIALIZED, "CoCreateInstance should have returned 0x%08x instead of 0x%08x\n", … in test_OleInitialize_InitCounting() [all …]
|
H A D | dragdrop.c | 598 broken(hr == CO_E_NOTINITIALIZED), /* NT4 */ in test_Register_Revoke()
|
H A D | clipboard.c | 936 …ok(hr == CO_E_NOTINITIALIZED, "OleSetClipboard should have failed with CO_E_NOTINITIALIZED instead… in test_set_clipboard() 940 ok(hr == CO_E_NOTINITIALIZED, "OleSetClipboard failed with 0x%08x\n", hr); in test_set_clipboard()
|
H A D | marshal.c | 2490 ok(hr == CO_E_NOTINITIALIZED, in bad_thread_proc() 3947 ok(hr == CO_E_NOTINITIALIZED || in get_global_interface_proc()
|
/reactos/dll/win32/ole32/ |
H A D | compobj.c | 1098 return CO_E_NOTINITIALIZED; in CoRevokeClassObject() 2171 return CO_E_NOTINITIALIZED; in CoDisconnectObject() 2707 return CO_E_NOTINITIALIZED; in CoGetPSClsid() 2788 return CO_E_NOTINITIALIZED; in CoRegisterPSClsid() 2919 return CO_E_NOTINITIALIZED; in CoRegisterClassObject() 3122 return CO_E_NOTINITIALIZED; in CoGetClassObject() 3418 return CO_E_NOTINITIALIZED; in CoCreateInstanceEx() 3757 return CO_E_NOTINITIALIZED; in CoLockObjectExternal() 5127 return CO_E_NOTINITIALIZED; in CoGetContextToken() 5233 return info->apt ? S_OK : CO_E_NOTINITIALIZED; in CoGetApartmentType()
|
H A D | marshal.c | 1100 return CO_E_NOTINITIALIZED; in proxy_manager_get_remunknown() 1317 return CO_E_NOTINITIALIZED; in StdMarshalImpl_MarshalInterface() 1426 return CO_E_NOTINITIALIZED; in std_unmarshal_interface()
|
H A D | moniker.c | 1046 return CO_E_NOTINITIALIZED; in GetRunningObjectTable()
|
H A D | clipboard.c | 192 return CO_E_NOTINITIALIZED; in get_ole_clipbrd()
|
/reactos/dll/directx/wine/dxdiagn/ |
H A D | provider.c | 203 return CO_E_NOTINITIALIZED; in IDxDiagProviderImpl_GetRootContainer()
|
/reactos/modules/rostests/winetests/propsys/ |
H A D | propsys.c | 445 ok(ret == CO_E_NOTINITIALIZED, in test_PSRefreshPropertySchema()
|
/reactos/sdk/include/psdk/ |
H A D | winerror.h | 2803 #define CO_E_NOTINITIALIZED _HRESULT_TYPEDEF_(0x800401F0L) macro
|