 |
GetPriorityClipboardFormat Add comment W32 Constants Translate this page |
 |
 |
|
The GetPriorityClipboardFormat function retrieves the first available clipboard format in the specified list. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int GetPriorityClipboardFormat(
UINT* paFormatPriorityList,
int cFormats
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetPriorityClipboardFormat IN user32;
STRING @ paFormatPriorityList,;
INTEGER cFormats
|
 |
 |
 |
| Parameters: |
 |
paFormatPriorityList
[in] Pointer to an array of unsigned integers identifying clipboard formats, in priority order.
cFormats
[in] Specifies the number of entries in the paFormatPriorityList array. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the first clipboard format in the list for which data is available. If the clipboard is empty, the return value is NULL. If the clipboard contains data, but not in any of the specified formats, the return value is –1. |
 |
 |
| My comment: |
 |
| check... |
 |
 |
| Word Index links for the GetPriorityClipboardFormat : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-03-10 18:33:15 | | Modified: | 2004-09-14 20:03:19 | Visited in last 7 days: 17 |