 |
GetClipboardData ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetClipboardData function retrieves data from the clipboard in a specified format. The clipboard must have been opened previously. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HANDLE GetClipboardData(
UINT uFormat // clipboard format
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetClipboardData IN user32;
INTEGER uFormat
|
 |
 |
 |
| Parameters: |
 |
uFormat
[in] Specifies a clipboard format. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the handle to a clipboard object in the specified format, otherwise it is NULL. |
 |
 |
| My comment: |
 |
| An application can enumerate the available formats in advance by using the EnumClipboardFormats function. |
 |
 |
| Word Index links for the GetClipboardData : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-11-20 20:01:56 | | Modified: | 2001-11-26 16:04:00 | Visited in last 7 days: 52 |