Searched refs:DV_E_TYMED (Results 1 – 15 of 15) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | dragdropimpl.cpp | 77 HRESULT hr = DV_E_TYMED; in QueryGetData() 89 hr = DV_E_TYMED; in QueryGetData()
|
/reactos/dll/win32/riched20/ |
H A D | clipboard.c | 226 return DV_E_TYMED; in DataObjectImpl_GetData() 265 return foundFormat?DV_E_FORMATETC:DV_E_TYMED; in DataObjectImpl_QueryGetData()
|
/reactos/dll/win32/ole32/ |
H A D | usrmarshal.c | 1757 RaiseException(DV_E_TYMED, 0, 0, NULL); in STGMEDIUM_UserSize() 1867 RaiseException(DV_E_TYMED, 0, 0, NULL); in STGMEDIUM_UserMarshal() 2009 RaiseException(DV_E_TYMED, 0, 0, NULL); in STGMEDIUM_UserUnmarshal() 2059 RaiseException(DV_E_TYMED, 0, 0, NULL); in STGMEDIUM_UserFree() 2928 return DV_E_TYMED; in IDataObject_GetDataHere_Proxy() 2930 return DV_E_TYMED; in IDataObject_GetDataHere_Proxy()
|
H A D | clipboard.c | 1451 hr = DV_E_TYMED; in snapshot_GetData()
|
H A D | datacache.c | 357 return DV_E_TYMED; in check_valid_formatetc()
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | clipboard.c | 351 return foundFormat?DV_E_FORMATETC:DV_E_TYMED; in DataObjectImpl_QueryGetData() 602 …ok(hr == DV_E_TYMED, "IDataObject_GetData should have failed with DV_E_TYMED instead of 0x%08x\n",… in test_get_clipboard() 889 ok(hr == DV_E_TYMED, "IDataObject_GetData failed with error 0x%08x\n", hr); in test_complex_get_clipboard() 894 ok(hr == DV_E_TYMED, "IDataObject_GetData failed with error 0x%08x\n", hr); in test_complex_get_clipboard()
|
H A D | usrmarshal.c | 1371 ok( hr == DV_E_TYMED, "got %08x\n", hr ); in test_GetDataHere_Proxy() 1377 …ok( hr == (fmt.tymed <= TYMED_ISTORAGE ? S_OK : DV_E_TYMED), "got %08x for tymed %d\n", hr, fmt.ty… in test_GetDataHere_Proxy() 1384 ok( hr == DV_E_TYMED, "got %08x\n", hr ); in test_GetDataHere_Proxy()
|
H A D | ole2.c | 1860 …ok(hr == DV_E_TYMED, "IOleCache_Cache cfFormat = %d, tymed = %d should have returned DV_E_TYMED in… in test_data_cache() 2444 ok( hr == DV_E_TYMED, "got %08x\n", hr ); in test_data_cache_cache()
|
/reactos/dll/cpl/desk/ |
H A D | devsett.c | 871 return DV_E_TYMED; in CDevSettings_QueryGetData()
|
/reactos/sdk/include/psdk/ |
H A D | winerror.h | 2638 #define DV_E_TYMED _HRESULT_TYPEDEF_(0x80040069L) macro
|
/reactos/dll/win32/kernel32/winnls/lang/ |
H A D | bg-BG.mc | 17407 SymbolicName=DV_E_TYMED 17409 DV_E_TYMED - Invalid tymed
|
H A D | de-DE.mc | 17408 SymbolicName=DV_E_TYMED 17410 DV_E_TYMED - Invalid tymed
|
H A D | pl-PL.mc | 17410 SymbolicName=DV_E_TYMED 17412 DV_E_TYMED - Invalid tymed
|
H A D | ru-RU.mc | 17408 SymbolicName=DV_E_TYMED 17410 DV_E_TYMED - Invalid tymed
|
/reactos/sdk/include/reactos/mc/ |
H A D | errcodes.mc | 43626 SymbolicName=DV_E_TYMED
|