ReactOS 0.4.15-dev-8614-gbc76250
|
#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.