ReactOS 0.4.15-dev-7918-g2a2556c
dragdropimpl.h File Reference
#include <vector>
Include dependency graph for dragdropimpl.h:
This graph shows which files directly or indirectly include this file:

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< DataStorageStorageArray
 

Typedef Documentation

◆ FormatArray

typedef vector<FORMATETC> FormatArray

Definition at line 15 of file dragdropimpl.h.

◆ StorageArray

Definition at line 23 of file dragdropimpl.h.