Searched refs:EnumFormatEtc (Results 1 - 9 of 9) sorted by relevance
| /vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
| H A D | UIDnDDataObject_win.h | 66 STDMETHOD(EnumFormatEtc)(DWORD dwDirection, IEnumFORMATETC **ppEnumFormatEtc);
|
| H A D | UIDnDDataObject_win.cpp | 519 STDMETHODIMP UIDnDDataObject::EnumFormatEtc(DWORD dwDirection, IEnumFORMATETC **ppEnumFormatEtc) function in class:UIDnDDataObject
|
| /vbox/src/VBox/Additions/WINNT/VBoxTray/ |
| H A D | VBoxDnD.h | 68 STDMETHOD(EnumFormatEtc)(DWORD dwDirection, IEnumFORMATETC **ppEnumFormatEtc);
|
| H A D | VBoxDnDDataObject.cpp | 440 STDMETHODIMP VBoxDnDDataObject::EnumFormatEtc(DWORD dwDirection, IEnumFORMATETC **ppEnumFormatEtc) function in class:VBoxDnDDataObject
|
| H A D | VBoxDnDDropTarget.cpp | 187 HRESULT hr2 = pDataObject->EnumFormatEtc(DATADIR_GET, &pEnumFormats);
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | objidl.idl | 1586 HRESULT EnumFormatEtc(
|
| H A D | objidl.h | 6104 virtual HRESULT STDMETHODCALLTYPE EnumFormatEtc( 6163 HRESULT (STDMETHODCALLTYPE *EnumFormatEtc)( member in struct:IDataObjectVtbl 6200 #define IDataObject_EnumFormatEtc(This,dwDirection,ppenumFormatEtc) (This)->lpVtbl->EnumFormatEtc(This,dwDirection,ppenumFormatEtc)
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | objidl.idl | 1574 HRESULT EnumFormatEtc(
|
| H A D | objidl.h | 6104 virtual HRESULT STDMETHODCALLTYPE EnumFormatEtc( 6163 HRESULT (STDMETHODCALLTYPE *EnumFormatEtc)( member in struct:IDataObjectVtbl 6200 #define IDataObject_EnumFormatEtc(This,dwDirection,ppenumFormatEtc) (This)->lpVtbl->EnumFormatEtc(This,dwDirection,ppenumFormatEtc)
|
Completed in 101 milliseconds