首页
社区
课程
招聘
[旧帖] [求助]一个API函数 0.00雪花
发表于: 2008-8-2 20:07 2765

[旧帖] [求助]一个API函数 0.00雪花

2008-8-2 20:07
2765
收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 1137
活跃值: (10)
能力值: ( LV7,RANK:100 )
在线值:
发帖
回帖
粉丝
2
The RegisterClipboardFormat function registers a new clipboard format. This format can then be used as a valid clipboard format.

UINT RegisterClipboardFormat(

    LPCTSTR lpszFormat         // address of name string
   );       

Parameters

lpszFormat

Points to a null-terminated string that names the new format.

Return Values

If the function succeeds, the return value identifies the registered clipboard format.
If the function fails, the return value is zero.

像这样的问题可以在百度或者google上自己搜下就OK了
2008-8-2 21:33
0
雪    币: 100
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
楼上正解,即然已经知道了是哪个API用搜索比在这问更快。
2008-8-2 23:35
0
游客
登录 | 注册 方可回帖
返回
//