Home
last modified time | relevance | path

Searched defs:DataObject (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/ole32/
H A Ddragdrop.c565 static IDataObject DataObject = { &dataobject_vtbl }; variable
H A Dole2.c1626 static IDataObject DataObject = { &DataObjectVtbl }; variable
/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