网站首页  词典首页

请输入您要查询的函数:

 

术语 endpaint
释义 EndPaint
语法:
BOOL EndPaint(
__in HWND hWnd,
__in const PAINTSTRUCT *lpPaint
);
EndPaint函数
标志着该EndPaint函数在指定的窗口绘画结束。此功能需要为每个BeginPaint函数的调用,但只有在这幅画完成。
参数
hWnd [in]
句柄已粉刷一窗口。
lpPaint [in]
指针PAINTSTRUCT结构,它包含的绘画资料调用BeginPaint检索。
返回值
返回值始终为零。
备注
如果被调用BeginPaint插入隐藏,EndPaint恢复插入到屏幕上。
实例
有关示例,请参见图在客户端区。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinuser.h(头文件:winuser.h)
LibraryUser32.lib
DLLUser32.dll
参见
绘画和绘图概述
绘画和绘图功能
调用BeginPaint
PAINTSTRUCT
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月11日
==英文原文==EndPaint Function
The EndPaint function marks the end of painting in the specified window. This function is required for each call to the BeginPaint function, but only after painting is complete.
Syntax
BOOL EndPaint(
__in HWND hWnd,
__in const PAINTSTRUCT *lpPaint
);
Parameters
hWnd [in]
Handle to the window that has been repainted.
lpPaint [in]
Pointer to a PAINTSTRUCT structure that contains the painting information retrieved by BeginPaint.
Return Value
The return value is always nonzero.
Remarks
If the caret was hidden by BeginPaint, EndPaint restores the caret to the screen.
Examples
For an example, see Drawing in the Client Area .
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
BeginPaint
PAINTSTRUCT
Send comments about this topic to Microsoft
Build date: 7/11/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd162598(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:24:48