MFC剪切板总结与分析
发布时间
阅读量:
阅读量
HANDLE SetClipboardData(UINT uFormat, HANDLE hMem);
参数说明
格式:
[in] 一个无符号整数,用于指定剪贴板格式。该参数可以是已注册的格式,也可以是任意标准剪贴板格式。Windows CE 支持以下标准剪贴板格式:
| 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 | Micr |
全部评论 (0)
还没有任何评论哟~
