术语 | getclipboardsequencenumber |
释义 | GetClipboardSequenceNumber 语法: DWORD GetClipboardSequenceNumber( VOID ); GetClipboardSequenceNumber功能 该GetClipboardSequenceNumber函数检索当前剪贴板窗口站的序列号。 参数 这个函数没有参数。 返回值 返回值是剪贴板中的序列号。如果您没有WINSTA_ACCESSCLIPBOARD进入窗口站,该函数返回零。 备注 该系统一直要求每个窗口站剪贴板上的序列号。这个数字是递增每当剪贴板变化或剪贴板中的内容是空的。您可以跟踪此值,以确定是否剪贴板内容的变化和优化创造DataObjects。如果剪贴板呈现延迟,没有序列号递增,直到变化呈现。 功能信息 最低DLL版本 user32.dll 在Winuser.h中HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低经营systemsWindows 98时,Windows 2000 参见 剪贴板 ==英文原文==GetClipboardSequenceNumber Function The GetClipboardSequenceNumber function retrieves the clipboard sequence number for the current window station. Syntax DWORD GetClipboardSequenceNumber( VOID ); Parameters This function has no parameters. Return Value The return value is the clipboard sequence number. If you do not have WINSTA_ACCESSCLIPBOARD access to the window station, the function returns zero. Remarks The system keeps a serial number for the clipboard for each window station. This number is incremented whenever the contents of the clipboard change or the clipboard is emptied. You can track this value to determine whether the clipboard contents have changed and optimize creating DataObjects. If clipboard rendering is delayed, the sequence number is not incremented until the changes are rendered. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 98, Windows 2000 See Also Clipboard ==原始网址==http://msdn.microsoft.com/en-us/library/ms649042(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。