What is the function to repaint a window immediately?

Submitted by: Administrator
Invalidate() -- To repaint the entire client area
InvalidateRect() -- To repaint a specific portion of the
client area.
Submitted by: Administrator

Read Online Win32API Job Interview Questions And Answers