HANDLE SetClipboardData(
UINT uFormat,
HANDLE hMem);
Parameters
格式:
[in] Unsigned integer that specifies a clipboard format. This parameter can be a registered format or any of the standard clipboard formats. Windows CE supports the following standard clipboard:
Value |
Description |
CF_BITMAP |
A handle to a bitmap (HBITMAP). |
CF_DIB |
A memory object containing a BITMAPINFO structure followed by the bitmap bits. |
CF_DIF |
Software Arts' Data Interchange Format. |
CF_PALETTE |
[参见MSDN] |
CF_PENDATA |
Data for the pen extensions to the Microsoft® Windows® for Pen Computing. |
CF_RIFF |
Represents audio data more complex than can be represented in a CF_WAVE standard wave format. |
CF_SYLK |
Microsoft Symbolic Link (SYLK) format. |
CF_TEXT |
Tex |