Function:
SetClipboardData(uFormat, hMem)

Description:
Places data on the clipboard in a specified clipboard format.

Parameters:
uFormat:Specifies a clipboard format.
hMem: Pointer to the data to placed on the clipboard.

Returns:
If the function succeeds, the return value is the handle of the data. If the function fails, the return value is zero.

Example:
Click on the calc icon to view a sample of the SetClipboardData function..