术语 | getclipboardviewer |
释义 | GetClipboardViewer 语法: HWND GetClipboardViewer( VOID ); GetClipboardViewer功能 该GetClipboardViewer函数检索的句柄在剪贴板查看器链的第一个窗口。 参数 这个函数没有参数。 返回值 如果函数成功,返回值是句柄在剪贴板查看器链的第一个窗口。 如果没有剪贴板查看器,返回值为NULL。为了获得更多错误信息,调用GetLastError。 功能信息 最低DLL版本 user32.dll 在Winuser.h中HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 3.1 UnicodeImplemented为Unicode版本。 参见 剪贴板,GetClipboardOwner,SetClipboardViewer ==英文原文==GetClipboardViewer Function The GetClipboardViewer function retrieves the handle to the first window in the clipboard viewer chain. Syntax HWND GetClipboardViewer( VOID ); Parameters This function has no parameters. Return Value If the function succeeds, the return value is the handle to the first window in the clipboard viewer chain. If there is no clipboard viewer, the return value is NULL. To get extended error information, call GetLastError . Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 UnicodeImplemented as Unicode version. See Also Clipboard , GetClipboardOwner , SetClipboardViewer ==原始网址==http://msdn.microsoft.com/en-us/library/ms649043(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。