Appendix A: System Routines — Windows
1169
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
WinEndPaint
Declaration:
void
WinEndPaint
(WINDOW *
w
)
Category(ies):
Windows
Description:
Restore the current screen state that was saved with the corresponding
WinBeginPaint
.
WinBeginPaint
is always paired with
WinEndPaint
.
Inputs:
w
— WINDOW struct of a previously opened window.
Outputs:
None
Assumptions: WinBeginPaint
was previously called on this window.
Side Effects:
Screen state restored.
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: WinBeginPaint
Example:
See
WinBeginPaint
for a
WinBeginPaint
/
WinEndPaint
example.