随笔分类 -  API 内存与剪切板函数

WinAPI: 剪切板函数
摘要:GetOpenClipboardWindow: HWND; {} GetPriorityClipboardFormat( var paFormatPriorityList; {} cFormats: Integer {} ): Integer; {} IsClipboardFormatAvailable( format: UIN... 阅读全文
posted @ 2008-04-03 16:33 万一 阅读(4528) 评论(2) 推荐(0)
WinAPI: EmptyClipboard - 清空剪切板
摘要:声明: EmptyClipboard: BOOL; {} 举例: begin OpenClipboard(0); EmptyClipboard; CloseClipboard; end; 阅读全文
posted @ 2008-04-03 16:31 万一 阅读(3133) 评论(0) 推荐(0)