Win32API Question:

Download Job Interview Questions and Answers PDF

What is the function to repaint a window immediately?

Win32API Interview Question
Win32API Interview Question

Answer:

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

Download Win32API Interview Questions And Answers PDF

Previous QuestionNext Question
Write About send message and post message?Message to limit the size of window?