Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsClipboardMBS class.

WindowsClipboardMBS.kTypeBitmap = 2

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

A handle to a bitmap (HBITMAP).

WindowsClipboardMBS.kTypeDIB = 8

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

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

WindowsClipboardMBS.kTypeDIBV5 = 17

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

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

WindowsClipboardMBS.kTypeDIF = 5

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

Software Arts' Data Interchange Format.

WindowsClipboardMBS.kTypeENHMetaFile = 14

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

A handle to an enhanced metafile (HENHMETAFILE).

WindowsClipboardMBS.kTypeHDROP = 15

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

A handle to type HDROP that identifies a list of files. An application can retrieve information about the files by passing the handle to the DragQueryFile function.

WindowsClipboardMBS.kTypeLocale = 16

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

The data is a handle to the locale identifier associated with text in the clipboard. When you close the clipboard, if it contains kTypeText data but no kTypeLocale data, the system automatically sets the kTypeLocale format to the current input language. You can use the kTypeLocale format to associate a different locale with the clipboard text.

An application that pastes text from the clipboard can retrieve this format to determine which character set was used to generate the text.

Note that the clipboard does not support plain text in multiple character sets. To achieve this, use a formatted text data type such as RTF instead.

The system uses the code page associated with kTypeLocale to implicitly convert from kTypeText to kTypeUnicodeText. Therefore, the correct code page table is used for the conversion.

WindowsClipboardMBS.kTypeMetaFilePict = 3

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

Handle to a metafile picture format as defined by the METAFILEPICT structure. When passing a kTypeMetaFilePict handle by means of DDE, the application responsible for deleting hMem should also free the metafile referred to by the kTypeMetaFilePict handle.

WindowsClipboardMBS.kTypeOEMText = 7

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

Text format containing characters in the OEM character set. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.

WindowsClipboardMBS.kTypePalette = 9

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

Handle to a color palette. Whenever an application places data in the clipboard that depends on or assumes a color palette, it should place the palette on the clipboard as well.

If the clipboard contains data in the kTypePalette (logical color palette) format, the application should use the SelectPalette and RealizePalette functions to realize (compare) any other data in the clipboard against that logical palette.

When displaying clipboard data, the clipboard always uses as its current palette any object on the clipboard that is in the kTypePalette format.

WindowsClipboardMBS.kTypePenData = 10

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

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

WindowsClipboardMBS.kTypeRIFF = 11

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

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

WindowsClipboardMBS.kTypeSylk = 4

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

Microsoft Symbolic Link (SYLK) format.

WindowsClipboardMBS.kTypeText = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

Text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. Use this format for ANSI text.

WindowsClipboardMBS.kTypeTIFF = 6

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

Tagged-image file format.

WindowsClipboardMBS.kTypeUnicodeText = 13

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.

WindowsClipboardMBS.kTypeWAVE = 12

Type Topic Plugin Version
const Windows MBS Win Plugin 10.4
One of standard clipboard formats defined by the system.

Represents audio data in one of the standard wave formats, such as 11 kHz or 22 kHz PCM.

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...