DataFormats
Specifies the default and main data formats supported by an application.
Registry Entry
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID
{CLSID}
DataFormats
DefaultFile = file/format
GetSet
n = formats
Remarks
The file/format value specifies the default main file or object format for objects of this class.
The formats value specifies a list of formats for default implementations of EnumFormatEtc, where n is a zero-based integer index. For example, n = format, aspect, medium, flag, where format is a clipboard format, aspect is one or more members of DVASPECT, medium is one or more members of TYMED, and flag is one or more members of DATADIR.
Related topics