◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── Format Description ──────────────────────────────────────────────────────────────────────────── CF_BITMAP Specifies that the data in the clipboard is a bitmap. CF_DSPBITMAP Specifies that the data in the clipboard is a bitmap representation of a private-data format. The clipboard viewer uses this format to display a private format. CF_DSPMETAFILE Specifies that the data in the clipboard is a metafile representation of a private-data format. The clipboard viewer uses this format to display a private format. CF_DSPTEXT Specifies that the data in the clipboard is a text representation of a private-data format. The clipboard viewer uses this format to display a private format. CF_METAFILE Specifies that the data in the clipboard is a metafile. CF_TEXT Specifies that the data in the clipboard is an array of text characters. These characters can include newline characters to indicate line breaks. The null character indicates the end of the text data. See Also WinQueryClipbrdData ♦