 |
SetClipboardData Add comment W32 Constants Translate this page |
 |
 |
|
The SetClipboardData function places data on the clipboard in a specified clipboard format |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HANDLE SetClipboardData(
UINT uFormat, // clipboard format
HANDLE hData // data handle
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SetClipboardData IN user32;
INTEGER wFormat,;
INTEGER hMem
|
 |
 |
 |
| Parameters: |
 |
uFormat
Specifies a clipboard format
hData
Identifies the data in the specified format |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the handle of the data |
 |
 |
| Word Index links for the SetClipboardData : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2001-11-26 16:02:21 | Visited in last 7 days: 29 |