Expand description
Structs§
- Bitmap
- Format for bitmap images i.e.
CF_BITMAP
. - File
List - Format for file lists (generated by drag & drop).
- Html
- HTML Foramt
- RawData
- Format to write/read from clipboard as raw bytes
- Unicode
- Format to read/write unicode string.
Constants§
- CF_
BITMAP - A handle to a bitmap (HBITMAP).
- CF_DIB
- A memory object containing a BITMAPINFO structure followed by the bitmap bits.
- CF_
DIBV5 - A memory object containing a BITMAPV5HEADER structure followed by the bitmap color space information and the bitmap bits.
- CF_DIF
- Software Arts’ Data Interchange Format.
- CF_
DSPBITMAP - Bitmap display format associated with a private format. The hMem parameter must be a handle to data that can be displayed in bitmap format in lieu of the privately formatted data.
- CF_
DSPENHMETAFILE - Enhanced metafile display format associated with a private format. The hMem parameter must be a handle to data that can be displayed in enhanced metafile format in lieu of the privately formatted data.
- CF_
DSPMETAFILEPICT - Metafile-picture display format associated with a private format. The hMem parameter must be a handle to data that can be displayed in metafile-picture format in lieu of the privately formatted data.
- CF_
DSPTEXT - Text display format associated with a private format. The hMem parameter must be a handle to data that can be displayed in text format in lieu of the privately formatted data.
- CF_
ENHMETAFILE - A handle to an enhanced metafile (HENHMETAFILE).
- CF_
GDIOBJFIRST - Start of a range of integer values for application-defined GDI object clipboard formats.
- CF_
GDIOBJLAST - End of a range of integer values for application-defined GDI object clipboard formats.
- CF_
HDROP - A handle to type HDROP that identifies a list of files.
- CF_
LOCALE - The data is a handle to the locale identifier associated with text in the clipboard.
- CF_
METAFILEPICT - Handle to a metafile picture format as defined by the METAFILEPICT structure.
- CF_
OEMTEXT - Text format containing characters in the OEM character set.
- CF_
OWNERDISPLAY - Owner-display format.
- CF_
PALETTE - Handle to a color palette.
- CF_
PENDATA - Data for the pen extensions to the Microsoft Windows for Pen Computing.
- CF_
PRIVATEFIRST - Start of a range of integer values for private clipboard formats.
- CF_
PRIVATELAST - End of a range of integer values for private clipboard formats.
- CF_RIFF
- Represents audio data more complex than can be represented in a
CF_WAVE
standard wave format. - CF_SYLK
- Microsoft Symbolic Link (SYLK) format.
- CF_TEXT
- ANSI text format.
- CF_TIFF
- Tagged-image file format.
- CF_
UNICODETEXT - UTF16 text format.
- CF_WAVE
- Represents audio data in one of the standard wave formats.
Traits§
- Format
- Format trait