 |
 |
Clipboard ..msdn Add comment |
 |
|
ChangeClipboardChain
|
|
Removes a specified window from the chain of clipboard viewers. |
|
 |
 |
 |
|
CloseClipboard
|
|
Closes the clipboard. |
|
 |
 |
 |
|
CountClipboardFormats
|
|
The CountClipboardFormats function retrieves the number of different data formats currently on the clipboard |
|
 |
 |
 |
|
EmptyClipboard
|
|
The EmptyClipboard function empties the clipboard and frees handles to data in the clipboard |
|
 |
 |
 |
|
EnumClipboardFormats
|
|
The EnumClipboardFormats function lets you enumerate the data formats that are currently available on the clipboard |
|
 |
 |
 |
|
GetClipboardData
|
|
The GetClipboardData function retrieves data from the clipboard in a specified format. The clipboard must have been opened previously. |
|
 |
 |
 |
|
GetClipboardFormatName
|
|
The GetClipboardFormatName function retrieves from the clipboard the name of the specified registered format. The function copies the name to the specified buffer. |
|
 |
 |
 |
|
GetClipboardOwner
|
|
The GetClipboardOwner function retrieves the window handle of the current owner of the clipboard |
|
 |
 |
 |
|
GetClipboardViewer
|
|
The GetClipboardViewer function retrieves the handle of the first window in the clipboard viewer chain |
|
 |
 |
 |
|
GetPriorityClipboardFormat
|
|
The GetPriorityClipboardFormat function retrieves the first available clipboard format in the specified list. |
|
 |
 |
 |
|
IsClipboardFormatAvailable
|
|
The IsClipboardFormatAvailable function determines whether the clipboard contains data in the specified format |
|
 |
 |
 |
|
OpenClipboard
|
|
The OpenClipboard function opens the clipboard for examination and prevents other applications from modifying the clipboard content |
|
 |
 |
 |
|
RegisterClipboardFormat
|
|
The RegisterClipboardFormat function registers a new clipboard format. This format can then be used as a valid clipboard format. |
|
 |
 |
 |
|
SetClipboardData
|
|
The SetClipboardData function places data on the clipboard in a specified clipboard format |
|
 |
 |
 |
|
SetClipboardViewer
|
|
Adds the specified window to the chain of clipboard viewers. |
|
 |
 |
 |
 |
| Code examples: |
 |
|
|
 |
|
|