GetOpenClipboardWindow: HWND; {}
GetPriorityClipboardFormat(
var paFormatPriorityList; {}
cFormats: Integer {}
): Integer; {}
IsClipboardFormatAvailable(
format: UINT {}
): BOOL;
EmptyClipboard: BOOL; {}
GetClipboardFormatName(
format: UINT; {}
lpszFormatName: PChar; {}
cchMaxCount: Integer {}
): Integer; {}
EnumClipboardFormats(
format: UINT {}
): UINT; {}
CountClipboardFormats: Integer;
RegisterClipboardFormat(
lpszFormat: PChar {}
): UINT; {}
GetClipboardData(
uFormat: UINT {}
): THandle; {}
SetClipboardData(
uFormat: UINT; {}
hMem: THandle {}
): THandle; {}
ChangeClipboardChain(
hWndRemove: HWND; {}
hWndNewNext: HWND {}
): BOOL; {}
SetClipboardViewer(
hWndNewViewer: HWND {}
): HWND; {}
GetClipboardOwner: HWND; {}
GetClipboardSequenceNumber: DWORD; {}
CloseClipboard: BOOL; {}
OpenClipboard(
hWndNewOwner: HWND {}
): BOOL; {}
最后
以上就是义气火龙果最近收集整理的关于WinAPI: 剪切板函数的全部内容,更多相关WinAPI:内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复