能力值:
( 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了
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
楼上正解,即然已经知道了是哪个API用搜索比在这问更快。
|
|
|