|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetPriorityClipboardFormat
The GetPriorityClipboardFormat function returns the first available clipboard format in the specified list.
int GetPriorityClipboardFormat(
UINT *paFormatPriorityList, // address of priority list int cFormats // number of entries in list );
Parameters
paFormatPriorityList
Points to an array of unsigned integers identifying clipboard formats, in priority order. For a description of the clipboard formats, see the SetClipboardData function.
cFormats
Specifies the number of entries in the paFormatPriorityList array. This value must not be greater than the number of entries in the list.
Return Values
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. To get extended error information, call GetLastError.
See Also
CountClipboardFormats, EnumClipboardFormats, GetClipboardFormatName, IsClipboardFormatAvailable, RegisterClipboardFormat, SetClipboardData
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetPriorityClipboardFormat
Функция GetPriorityClipboardFormat возвращает первый доступный формат буфера в определенный список.
int GetPriorityClipboardFormat(
UINT *paFormatPriorityList, // АДРЕС приоритетного списка номера int cFormats // данных в списке );
Параметры
paFormatPriorityList
Точки на массив без знака целых, опознающих буфер форматирует, в приоритетном порядке. Для описания буфера форматов, смотри функцию SetClipboardData.
cFormats
Определяет номер данных в массиве paFormatPriorityList. Эта величина не должна быть больше, чем номер данных в списке.
Обратные Величины
Если функция добивается успеха, обратная величина является первым форматом буфера в списке для которого данные доступно. Если буфер пустой, обратная величина НЕДЕЙСТВИТЕЛЬНА. Если буфер содержит данные, но не в любом из определенных форматов, обратная величина - -1. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Смотри Также
CountClipboardFormats, EnumClipboardFormats, GetClipboardFormatName, IsClipboardFormatAvailable, RegisterClipboardFormat, SetClipboardData
|
|
|
|
| |