fmt (ULONG) - input

      Format of the data to be queried.

      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_BITMAP

        Bit map.
      CF_DSPBITMAP
        Bit-map display format associated with private format.
      CF_DSPMETAFILE
        Metafile display format associated with private format.
      CF_DSPTEXT
        Text display format associated with private format.
      CF_METAFILE
        Metafile.
      CF_PALETTE
        Palette.
      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.


      [Back] [Next]