WindowBlinds : DirectSkin
RefreshWindow
 

The RefreshWindow method invalidates and paints a window.

void RefreshWindow(
long
hwnd );

Parameters

hwnd
Handle of the window to be updated.

Return Values

 

This method does not return a value.

Remarks

 

Calling this method calls InvalidateRect and UpdateWindow on the window specified.

See Also

 

There are no related topics to this method.