Function:
GetClipboardData(UINTuFormat)
|
Description:
Retrieves data from the clipboard in a specified format.
|
Parameters:
format: Specifies a clipboard format.
|
Returns:
If the function succeeds, the return value is the handle
of a clipboard object in the specified format. If the function fails,
the return value is null.
|
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.
|