次の方法で共有


DATADIR (Windows CE 5.0)

Send Feedback

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.

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

Elements

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Objidl.h.

See Also

IDataObject

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.