This topic has not yet been rated - Rate this topic

Conversion

Used by the Convert dialog box to determine the formats an application can read and write.

Registry Entry

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID
   {CLSID}
      Conversion
         Readable
            Main = rformat, ...
         ReadWritable
            Main = rwformat, ...

Remarks

Conversion information is used by the Convert dialog box to determine what formats an application can read and write. A comma-delimited file format is indicated by a number if it is one of the Clipboard formats defined in Windows.h. A string indicates the format is not one defined in Windows.h (private). In this case, the readable and writable format is CF_OUTLINE (private).

The rformat value specifies the file format an application can read (convert from).

The rwformat value specifies the file format an application can read and write (activate as).

 

 

Send comments about this topic to Microsoft

Build date: 5/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.