术语 | paintdesktop |
释义 | PaintDesktop 语法: BOOL PaintDesktop( __in HDC hdc ); PaintDesktop功能 该PaintDesktop填补了功能与桌面墙纸图案或指定的设备上下文剪辑区域。该功能主要是为壳桌面。 参数 hdc [in] 句柄设备上下文。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinuser.h(头文件:winuser.h) LibraryUser32.lib DLLUser32.dll 参见 绘画和绘图概述 绘画和绘图功能 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==PaintDesktop Function The PaintDesktop function fills the clipping region in the specified device context with the desktop pattern or wallpaper. The function is provided primarily for shell desktops. Syntax BOOL PaintDesktop( __in HDC hdc ); Parameters hdc [in] Handle to the device context. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinuser.h (include Windows.h) LibraryUser32.lib DLLUser32.dll See Also Painting and Drawing Overview Painting and Drawing Functions Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162758(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。