Function:
EnumClipboardFormats(UINTformat)
|
Description:
Lets you enumerate the data formats that are currently
available on the clipboard. Clipboard data formats are stored in an ordered
list. To perform an enumeration of clipboard data formats you make a series
of calls to the EnumClipboardFormats function. For each call the format
parameter specifies an available clipboard format, and the function returns
the next available clipboard format.
|
Parameters:
format: Specifies a known available clipboard format.
|
Returns:
If the function succeeds, the return value is the clipboard
format that follows the specified format. In other words, the next available
clipboard format.
|
Example: 
Select the icon to download the sample clipboard.a5p. This
file demonstrates the use of a number of the clipboard related functions,
displaying the clipboard contents if it contains either a bitmap or text.
|