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.
BOOL EndPaint(
HWND hWnd, |
// handle to window |
CONST PAINTSTRUCT *lpPaint |
// pointer to structure for paint data |
); |
The return value is always nonzero.
If the caret was hidden by BeginPaint, EndPaint restores the caret to the screen.
file: /Techref/os/win/api/win32/func/src/f19_6.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 17:19,
18.190.253.128:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/func/src/f19_6.htm"> EndPaint</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.