术语 | closeclipboard |
释义 | CloseClipboard 语法: BOOL CloseClipboard( VOID ); CloseClipboard函数 函数的CloseClipboard关闭剪贴板。 参数 这个函数没有参数。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 备注 当窗口审议完毕或改变剪贴板,通过调用CloseClipboard关闭剪贴板。这使其他窗口来访问剪贴板。 不要放置在剪贴板后调用CloseClipboard的对象。 举例说,看到一个剪贴板查看示例。 功能信息 最低DLL版本 user32.dll 在Winuser.h中HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 3.1 参见 剪贴板,GetOpenClipboardWindow,OpenClipboard ==英文原文==CloseClipboard Function The CloseClipboard function closes the clipboard. Syntax BOOL CloseClipboard( VOID ); Parameters This function has no parameters. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError . Remarks When the window has finished examining or changing the clipboard, close the clipboard by calling CloseClipboard. This enables other windows to access the clipboard. Do not place an object on the clipboard after calling CloseClipboard. For an example, see Example of a Clipboard Viewer . Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Clipboard , GetOpenClipboardWindow , OpenClipboard ==原始网址==http://msdn.microsoft.com/en-us/library/ms649035(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。