 |
EnumClipboardFormats Add comment W32 Constants Translate this page |
 |
 |
|
The EnumClipboardFormats function lets you enumerate the data formats that are currently available on the clipboard |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
UINT EnumClipboardFormats(
UINT format // available clipboard format
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER EnumClipboardFormats IN user32;
INTEGER wFormat
|
 |
 |
 |
| Parameters: |
 |
format
Specifies a clipboard format that is known to be available |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the clipboard format that follows the specified format |
 |
 |
| My comment: |
 |
| Except this one, most Enum functions -- like EnumFonts, EnumPrinters etc. -- can not be implemented in VFP. At least I don"t know how to pass a reference to a enumerating procedure |
 |
 |
| Word Index links for the EnumClipboardFormats : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2001-11-26 16:02:21 | Visited in last 7 days: 32 |