ulfmt (ULONG) - input

      Clipboard format of the data object referenced by ulh.

      The standard clipboard formats are shown in the following list. In addition to these predefined formats, any format value registered through the standard system atom manager displays this format in preference to privately-formatted data.

      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]