Home
last modified time | relevance | path

Searched refs:DataObject (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/ole32/
H A Ddragdrop.c565 static IDataObject DataObject = { &dataobject_vtbl }; variable
685 hr = DoDragDrop(&DataObject, NULL, 0, NULL); in test_DoDragDrop()
691 hr = DoDragDrop(&DataObject, &DropSource, 0, NULL); in test_DoDragDrop()
697 hr = DoDragDrop(&DataObject, NULL, 0, &effect); in test_DoDragDrop()
712 hr = DoDragDrop(&DataObject, &DropSource, effect_in, &effect); in test_DoDragDrop()
H A Dole2.c1626 static IDataObject DataObject = { &DataObjectVtbl }; variable
1931 hr = IOleCacheControl_OnRun(pOleCacheControl, &DataObject); in test_data_cache()
2009 hr = IOleCache2_InitCache(pOleCache, &DataObject); in test_data_cache()
2055 hr = IOleCacheControl_OnRun(pOleCacheControl, &DataObject); in test_data_cache()
2745 hr = IOleCache2_UpdateCache( cache, &DataObject, UPDFCACHE_ALL, NULL ); in test_data_cache_updatecache()
2760 hr = IOleCache2_UpdateCache( cache, &DataObject, UPDFCACHE_ALL, NULL ); in test_data_cache_updatecache()
2769 hr = IOleCache2_UpdateCache( cache, &DataObject, UPDFCACHE_ALL, NULL ); in test_data_cache_updatecache()
2786 hr = IOleCache2_UpdateCache( cache, &DataObject, UPDFCACHE_ALL, NULL ); in test_data_cache_updatecache()
2807 hr = IOleCache2_UpdateCache( cache, &DataObject, UPDFCACHE_ALL, NULL ); in test_data_cache_updatecache()
2829 hr = IOleCache2_UpdateCache( cache, &DataObject, UPDFCACHE_ALL, NULL ); in test_data_cache_updatecache()
[all …]
/reactos/sdk/include/psdk/
H A Dmsinkaut.idl663 [out, retval] IDataObject **DataObject);
668 [out, retval] IDataObject **DataObject);
670 [in] IDataObject *DataObject,
675 [in, unique] IDataObject *DataObject,
/reactos/dll/win32/ole32/
H A Dclipboard.c1749 static const WCHAR DataObject[] = {'D','a','t','a','O','b','j','e','c','t',0}; in register_clipboard_formats() local
1765 dataobject_clipboard_format = RegisterClipboardFormatW(DataObject); in register_clipboard_formats()