Enumerazione DATADIR (objidl.h)

Specifica la direzione del flusso di dati. Questo determina i formati che l'enumeratore risultante può enumerare.

Sintassi

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

Costanti

 
DATADIR_GET
Valore: 1
Richiede che IDataObject::EnumFormatEtc fornisca un enumeratore per i formati che possono essere specificati inIDataObject::GetData.
DATADIR_SET
Valore: 2
Richiede che IDataObject::EnumFormatEtc fornisca un enumeratore per i formati che possono essere specificati in IDataObject::SetData.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione objidl.h

Vedi anche

IDataObject::EnumFormatEtc

OleRegEnumFormatEtc