Share via


DATADIR

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This enumeration contains values that specify the direction of the data flow in the dwDirection parameter of the IDataObject::EnumFormatEtc method. This determines the formats that the resulting enumerator can enumerate.

Syntax

typedef enum tagDATADIR { 
  DATADIR_GET = 1, 
  DATADIR_SET = 2 
} DATADIR; 

Elements

Requirements

Header objidl.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IDataObject