fmt (ULONG) - input

      Format of the data to be accessed.

      In addition to the predefined formats, private formats can be created using the standard system atom manager. The following is the list of standard clipboard formats:

      CF_TEXT

        Text format. Each line ends with a carriage-return/line-feed combination. Tab characters separate fields within a line. A NULL character signals the end of the data.
      CF_DSPTEXT
        Text display format associated with private format.
      CF_BITMAP
        Bit map.
      CF_DSPBITMAP
        Bit-map display format associated with private format.
      CF_METAFILE
        Metafile.
      CF_DSPMETAFILE
        Metafile display format associated with private format.
      CF_PALETTE
        Palette.


      [Back] [Next]