Clipboards Functions
A version of this page is also available for
4/8/2010
The following table shows the clipboard functions, with a description of the purpose of each.
Programming element | Description |
---|---|
This function closes the clipboard. |
|
This function retrieves the number of different data formats currently on the clipboard. |
|
This function empties the clipboard and frees handles to data in the clipboard. |
|
This function lets you enumerate the data formats that are currently available on the clipboard. |
|
This function retrieves data from the clipboard in a specified format. |
|
This function retrieves data from the clipboard in the specified format. |
|
This function retrieves from the clipboard the name of the specified registered format. |
|
This function retrieves the window handle to the current owner of the clipboard. |
|
This function retrieves the handle to the window that currently has the clipboard open. |
|
This function returns the first available clipboard format in the specified list. |
|
This function determines whether the clipboard contains data in the specified format. |
|
This function opens the clipboard for examination and prevents other applications from modifying the clipboard content. |
|
This function registers a new clipboard format. This format can then be used as a valid clipboard format. |
|
This function places data on the clipboard in a specified clipboard format. |