DATADIR  1R.4PO

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

typedef enum tagDATADIR

    DATADIR_GET            = 1,

    DATADIR_SET            = 2

} DATADIR;

 

Elements

DATADIR_GET

Requests that IDataObject::EnumFormatEtc3D9Y8W4 supply an enumerator for the formats that can be specified in IDataObject::GetData81EL5_.

DATADIR_SET

Requests that IDataObject::EnumFormatEtc supply an enumerator for the formats that can be specified in IDataObject::SetData1ZR_RYO.

 

See Also

IDataObject