[go: up one dir, main page]

Module clipboard_win::formats[][src]

Expand description

Standard clipboard formats.

Header: Winuser.h

Description is taken from Standard Clipboard Formats

Structs

Format for bitmap images i.e. CF_BITMAP.

Format for file lists (generated by drag & drop).

Format to write/read from clipboard as raw bytes

Format to read/write unicode string.

Constants

A handle to a bitmap (HBITMAP).

A memory object containing a BITMAPINFO structure followed by the bitmap bits.

A memory object containing a BITMAPV5HEADER structure followed by the bitmap color space information and the bitmap bits.

Software Arts’ Data Interchange Format.

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.

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.

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.

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.

A handle to an enhanced metafile (HENHMETAFILE).

Start of a range of integer values for application-defined GDI object clipboard formats.

End of a range of integer values for application-defined GDI object clipboard formats.

A handle to type HDROP that identifies a list of files.

The data is a handle to the locale identifier associated with text in the clipboard.

Handle to a metafile picture format as defined by the METAFILEPICT structure.

Text format containing characters in the OEM character set.

Owner-display format.

Handle to a color palette.

Data for the pen extensions to the Microsoft Windows for Pen Computing.

Start of a range of integer values for private clipboard formats.

End of a range of integer values for private clipboard formats.

Represents audio data more complex than can be represented in a CF_WAVE standard wave format.

Microsoft Symbolic Link (SYLK) format.

ANSI text format.

Tagged-image file format.

UTF16 text format.

Represents audio data in one of the standard wave formats.