概述
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: 剪切板函数所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复