BOOL RedrawWindow(
HWND hWnd, // handle of window
CONST RECT *lprcUpdate,
// address of structure with update rectangle
HRGN hrgnUpdate, // handle of update region
UINT flags // array of redraw flags
);
this one popped up on MSDN after typing redraww...