DATADIR

The DATADIR enumeration values specify the formats for which the IDataObject::EnumFormatEtc method supplies an enumerator. The values are used in the dwDirection parameter used in a call to the IDataObject::EnumFormatEtc method.

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

Elements

DATADIR_GET

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

DATADIR_SET

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

See Also

IDataObject

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples