|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <vector>

Go to the source code of this file.
Classes | |
| struct | DataStorage |
| structure containing information for one format of EnumFormatEtcImpl More... | |
| class | EnumFormatEtcImpl |
| implementation of IEnumFORMATETC interface More... | |
| class | IDropSourceImpl |
| implementation of IDropSource interface More... | |
| struct | IDataObjectImpl |
| implementation of IDataObject interface More... | |
| class | IDropTargetImpl |
| implementation of IDropTarget interface More... | |
| class | DragSourceHelper |
| implementation of IDragSourceHelper interface More... | |
Typedefs | |
| typedef vector< FORMATETC > | FormatArray |
| typedef vector< DataStorage > | StorageArray |
| typedef vector<FORMATETC> FormatArray |
Definition at line 15 of file dragdropimpl.h.
| typedef vector<DataStorage> StorageArray |
Definition at line 23 of file dragdropimpl.h.